Interface EventStreamHandlerDesignDelegate
- All Superinterfaces:
EventStreamDesignDelegate<HandlerEditor>
- All Known Implementing Classes:
GatewayEventHandlerDesignDelegate,GatewayMessageHandlerDesignDelegate,HttpHandlerDesignDelegate,LoggerHandlerDesignDelegate,ScriptHandlerDesignDelegate,TagHandlerDesignDelegate
-
Method Summary
Modifier and TypeMethodDescriptiongetEditor(EventStreamContext context) Supply an Editor to handle configuration viewing and edits.Methods inherited from interface com.inductiveautomation.eventstream.designer.api.EventStreamDesignDelegate
getType
-
Method Details
-
getEditor
Supply an Editor to handle configuration viewing and edits. A new editor should be issued each time this method is called.- Specified by:
getEditorin interfaceEventStreamDesignDelegate<HandlerEditor>
-