Class DesignerEventStreamManager
java.lang.Object
com.inductiveautomation.eventstream.designer.api.DesignerEventStreamManager
- All Implemented Interfaces:
EventStreamManager
-
Constructor Summary
ConstructorsConstructorDescriptionDesignerEventStreamManager
(List<SourceDescriptor> sourceDescriptors, List<HandlerDescriptor> handlerDescriptors) -
Method Summary
Modifier and TypeMethodDescriptionvoid
shutdown()
When the event stream shuts down, this method is called to do any necessary cleanup.
-
Constructor Details
-
DesignerEventStreamManager
public DesignerEventStreamManager(List<SourceDescriptor> sourceDescriptors, List<HandlerDescriptor> handlerDescriptors)
-
-
Method Details
-
getSourceRegistry
- Specified by:
getSourceRegistry
in interfaceEventStreamManager
-
getHandlerRegistry
- Specified by:
getHandlerRegistry
in interfaceEventStreamManager
-
shutdown
public void shutdown()When the event stream shuts down, this method is called to do any necessary cleanup.
-