Uses of Class
org.opentrafficsim.sim0mq.publisher.SubscriptionHandler
-
-
Uses of SubscriptionHandler in org.opentrafficsim.sim0mq.publisher
Fields in org.opentrafficsim.sim0mq.publisher with type parameters of type SubscriptionHandler Modifier and Type Field Description (package private) Map<String,SubscriptionHandler>
Publisher. subscriptionHandlerMap
Map Publisher names to the corresponding Publisher object.Constructors in org.opentrafficsim.sim0mq.publisher with parameters of type SubscriptionHandler Constructor Description SubscriptionHandler(String id, TransceiverInterface listTransceiver, LookupEventProducerInterface eventProducerForAddRemoveOrChange, TimedEventType addedEventType, TimedEventType removedEventType, TimedEventType changeEventType, SubscriptionHandler elementSubscriptionHandler)
Create a new SubscriptionHandler.Constructor parameters in org.opentrafficsim.sim0mq.publisher with type arguments of type SubscriptionHandler Constructor Description Publisher(org.opentrafficsim.core.network.OTSNetwork network, List<SubscriptionHandler> additionalSubscriptionHandlers, List<IncomingDataHandler> incomingDataHandlers)
Construct a Publisher for an OTS network.
-