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 SubscriptionHandlerModifier and TypeFieldDescription(package private) final Map<String,SubscriptionHandler> Publisher.subscriptionHandlerMapMap Publisher names to the corresponding Publisher object.Constructors in org.opentrafficsim.sim0mq.publisher with parameters of type SubscriptionHandlerModifierConstructorDescriptionSubscriptionHandler(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.Constructor parameters in org.opentrafficsim.sim0mq.publisher with type arguments of type SubscriptionHandlerModifierConstructorDescriptionPublisher(org.opentrafficsim.core.network.Network network, List<SubscriptionHandler> additionalSubscriptionHandlers, List<IncomingDataHandler> incomingDataHandlers) Construct a Publisher for an OTS network.