Interface WeaveComponent
- All Superinterfaces:
org.mule.dx.platform.api.component.ComponentLifecycle,LanguageServerLifecycle
- All Known Subinterfaces:
WeaveBuildComponent,WeaveDependencyComponent,WeaveMetadataProviderComponent,WeaveProjectStructureComponent
- All Known Implementing Classes:
FeatureDescriptorComponent
public interface WeaveComponent
extends org.mule.dx.platform.api.component.ComponentLifecycle, LanguageServerLifecycle
-
Method Summary
Methods inherited from interface org.mule.weave.extension.api.lifecycle.LanguageServerLifecycle
initialize, initialized, shutdown
-
Method Details
-
start
default void start()- Specified by:
startin interfaceorg.mule.dx.platform.api.component.ComponentLifecycle
-
stop
default void stop()- Specified by:
stopin interfaceorg.mule.dx.platform.api.component.ComponentLifecycle
-