Class GanEventStreamEventBus
java.lang.Object
com.inductiveautomation.eventstream.gateway.eventbus.EventStreamEventBus
com.inductiveautomation.eventstream.gateway.eventbus.GanEventStreamEventBus
Adds ability to send messages through GAN.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.inductiveautomation.eventstream.gateway.eventbus.EventStreamEventBus
EventStreamEventBus.Listener, EventStreamEventBus.Payload
-
Constructor Summary
ConstructorsConstructorDescriptionGanEventStreamEventBus
(ExecutorService executorService, GatewayNetworkManager ganManager) -
Method Summary
Modifier and TypeMethodDescriptionsend
(EventStreamEventBus.Payload payload) void
shutdown()
void
startup
(EventStreamManager manager) Methods inherited from class com.inductiveautomation.eventstream.gateway.eventbus.EventStreamEventBus
execute, registerListener, sendLocal, unregisterListener
-
Constructor Details
-
GanEventStreamEventBus
-
-
Method Details
-
startup
- Overrides:
startup
in classEventStreamEventBus
-
shutdown
public void shutdown()- Overrides:
shutdown
in classEventStreamEventBus
-
send
- Overrides:
send
in classEventStreamEventBus
-