Uses of Class
net.engio.mbassy.bus.MessagePublication
Packages that use MessagePublication
-
Uses of MessagePublication in net.engio.mbassy.bus
Methods in net.engio.mbassy.bus that return MessagePublicationModifier and TypeMethodDescriptionprotected MessagePublicationAbstractPubSubSupport.createMessagePublication(T message) MessagePublication.Factory.createPublication(BusRuntime runtime, Collection<Subscription> subscriptions, Object message) MessagePublication.markScheduled()Methods in net.engio.mbassy.bus with parameters of type MessagePublicationModifier and TypeMethodDescriptionprotected IMessagePublicationAbstractSyncAsyncMessageBus.addAsynchronousPublication(MessagePublication publication) protected IMessagePublicationAbstractSyncAsyncMessageBus.addAsynchronousPublication(MessagePublication publication, long timeout, TimeUnit unit) -
Uses of MessagePublication in net.engio.mbassy.dispatch
Methods in net.engio.mbassy.dispatch with parameters of type MessagePublicationModifier and TypeMethodDescriptionvoidEnvelopedMessageDispatcher.dispatch(MessagePublication publication, Object message, Iterable listeners) voidFilteredMessageDispatcher.dispatch(MessagePublication publication, Object message, Iterable listeners) voidIMessageDispatcher.dispatch(MessagePublication publication, Object message, Iterable listeners) Delivers the given message to the given set of listeners.voidMessageDispatcher.dispatch(MessagePublication publication, Object message, Iterable listeners) protected final voidHandlerInvocation.handlePublicationError(MessagePublication publication, PublicationError error) voidAsynchronousHandlerInvocation.invoke(Object listener, Object message, MessagePublication publication) Invoke the message delivery logic of this handlervoidIHandlerInvocation.invoke(HANDLER handler, MESSAGE message, MessagePublication publication) Invoke the message delivery logic of this handlervoidReflectiveHandlerInvocation.invoke(Object listener, Object message, MessagePublication publication) Invoke the message delivery logic of this handlervoidSynchronizedHandlerInvocation.invoke(Object listener, Object message, MessagePublication publication) Invoke the message delivery logic of this handler -
Uses of MessagePublication in net.engio.mbassy.subscription
Methods in net.engio.mbassy.subscription with parameters of type MessagePublicationModifier and TypeMethodDescriptionvoidSubscription.publish(MessagePublication publication, Object message)