public class DefaultToolingRuntimeClientBootstrap extends Object implements ToolingRuntimeClientBootstrap
ToolingRuntimeClient.| Constructor and Description |
|---|
DefaultToolingRuntimeClientBootstrap(ToolingRuntimeClientBootstrapConfiguration configuration)
Creates an instance of the Bootstrap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
String |
getMuleVersion() |
ToolingRuntimeClientBuilderFactory |
getToolingRuntimeClientBuilderFactory() |
public DefaultToolingRuntimeClientBootstrap(ToolingRuntimeClientBootstrapConfiguration configuration)
configuration - ToolingRuntimeClientBootstrapConfiguration that defines the configuration for this bootstrap. Not null.public String getMuleVersion()
getMuleVersion in interface ToolingRuntimeClientBootstrappublic ToolingRuntimeClientBuilderFactory getToolingRuntimeClientBuilderFactory()
getToolingRuntimeClientBuilderFactory in interface ToolingRuntimeClientBootstrapToolingRuntimeClientBuilderFactory to create a ToolingRuntimeClient.Builder.
Each ToolingRuntimeClient created with this factory should be disposed when no longer needed in order to
release resources.public void dispose()
dispose in interface DisposableCopyright © 2017 MuleSoft, Inc.. All rights reserved.