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) voidshutdown()voidstartup(EventStreamManager manager) Methods inherited from class com.inductiveautomation.eventstream.gateway.eventbus.EventStreamEventBus
execute, registerListener, sendLocal, unregisterListener
-
Constructor Details
-
GanEventStreamEventBus
-
-
Method Details
-
startup
- Overrides:
startupin classEventStreamEventBus
-
shutdown
public void shutdown()- Overrides:
shutdownin classEventStreamEventBus
-
send
- Overrides:
sendin classEventStreamEventBus
-