Uses of Class
de.quantummaid.eventmaid.subscribing.AcceptingBehavior
-
Packages that use AcceptingBehavior Package Description de.quantummaid.eventmaid.subscribing -
-
Uses of AcceptingBehavior in de.quantummaid.eventmaid.subscribing
Fields in de.quantummaid.eventmaid.subscribing declared as AcceptingBehavior Modifier and Type Field Description static AcceptingBehaviorAcceptingBehavior. MESSAGE_ACCEPTEDThe message was accepted and the delivery continues.static AcceptingBehaviorAcceptingBehavior. MESSAGE_ACCEPTED_AND_STOP_DELIVERYThe message was accepted and the delivery can stop early.Methods in de.quantummaid.eventmaid.subscribing that return AcceptingBehavior Modifier and Type Method Description AcceptingBehaviorConsumerSubscriber. accept(T message)AcceptingBehaviorPreemptiveSubscriber. accept(T message)AcceptingBehaviorSubscriber. accept(T message)Delivers the message to theSubscriber.static AcceptingBehaviorAcceptingBehavior. acceptingBehavior(boolean continueDelivery)Factory method to create a newAcceptingBehavior.
-