Uses of Class
org.opentrafficsim.sim0mq.publisher.SubscriptionHandler
-
Uses of SubscriptionHandler in org.opentrafficsim.sim0mq.publisher
Modifier and TypeFieldDescription(package private) final Map<String,
SubscriptionHandler> Publisher.subscriptionHandlerMap
Map Publisher names to the corresponding Publisher object.ModifierConstructorDescriptionSubscriptionHandler
(String id, TransceiverInterface listTransceiver, LookupEventProducer eventProducerForAddRemoveOrChange, org.djutils.event.EventType addedEventType, org.djutils.event.EventType removedEventType, org.djutils.event.EventType changeEventType, SubscriptionHandler elementSubscriptionHandler) Create a new SubscriptionHandler.ModifierConstructorDescriptionPublisher
(org.opentrafficsim.core.network.Network network, List<SubscriptionHandler> additionalSubscriptionHandlers, List<IncomingDataHandler> incomingDataHandlers) Construct a Publisher for an OTS network.