public class DefaultTryItService extends Object implements org.mule.tooling.client.api.tryit.TryItService
TryItService.| Modifier | Constructor and Description |
|---|---|
protected |
DefaultTryItService(org.mule.runtime.api.util.LazyValue<RuntimeToolingService> runtimeToolingServiceLazyValue)
Creates a default instance of the service.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.tooling.client.api.tryit.MessageHistory |
consume(String applicationName,
int chunkSize) |
void |
disable(String applicationName) |
void |
enable(String applicationName) |
protected DefaultTryItService(org.mule.runtime.api.util.LazyValue<RuntimeToolingService> runtimeToolingServiceLazyValue)
runtimeToolingServiceLazyValue - LazyValue for RuntimeToolingService.public void enable(String applicationName)
enable in interface org.mule.tooling.client.api.tryit.TryItServicepublic org.mule.tooling.client.api.tryit.MessageHistory consume(String applicationName, int chunkSize)
consume in interface org.mule.tooling.client.api.tryit.TryItServicepublic void disable(String applicationName)
disable in interface org.mule.tooling.client.api.tryit.TryItServiceCopyright © 2017 MuleSoft, Inc.. All rights reserved.