Interface EventStreamSource.Factory
- All Superinterfaces:
EventStreamRegistry.Item
- Enclosing interface:
- EventStreamSource
Registered with
EventStreamRegistry
to create concrete implementation of
EventStreamSource
from the provided configuration.-
Method Summary
Modifier and TypeMethodDescriptioncreate
(EventStreamContext context, com.inductiveautomation.ignition.common.gson.JsonObject config) Called once when Event Stream is first created.default String
-
Method Details
-
getTypeId
- Specified by:
getTypeId
in interfaceEventStreamRegistry.Item
-
getDescriptor
SourceDescriptor getDescriptor() -
create
EventStreamSource create(EventStreamContext context, com.inductiveautomation.ignition.common.gson.JsonObject config) Called once when Event Stream is first created.- Parameters:
context
-EventStreamContext
config
-EventStreamSource
configuration that defines its behavior- Returns:
EventStreamSource
-