Package de.quantummaid.eventmaid.subscribing
-
Interface Summary Interface Description Subscriber<T> All delivering of messages to dynamically added and removed objects is done on the basis ofSubscribers. -
Class Summary Class Description AcceptingBehavior When accepting a message, aSubscribercan decide if it the delivery to subsequentSubscribersshould continue or if the delivery is preempted.ConsumerSubscriber<T> ASubscriberthat calls the givenconsumerfor each message.PreemptiveSubscriber<T> ASubscriberthat calls the givenpredicatefor each message.SubscriptionId EachSubscriberpossesses a uniqueSubscriptionId, which acts as its identity.