- IHandlerInvocation - Interface in net.engio.mbassy.dispatch
-
A handler invocation encapsulates the logic that is used to invoke a single
message handler to process a given message.
- IMessageBus<T,P extends IMessageBus.IPostCommand> - Interface in net.engio.mbassy.bus
-
A message bus offers facilities for publishing messages to registered listeners.
- IMessageBus.IPostCommand<T> - Interface in net.engio.mbassy.bus
-
A post command is used as an intermediate object created by a call to the message bus' post method.
- IMessageBusAware - Interface in net.engio.mbassy.dispatch
-
This interface marks components that have access to the message bus that they belong to.
- IMessageDispatcher - Interface in net.engio.mbassy.dispatch
-
A message dispatcher provides the functionality to deliver a single message
to a set of listeners.
- IMessageFilter - Interface in net.engio.mbassy.listener
-
Message filters can be used to prevent certain messages to be delivered to a specific listener.
- invoke(Object, Object) - Method in class net.engio.mbassy.dispatch.AsynchronousHandlerInvocation
-
- invoke(Object, Object) - Method in interface net.engio.mbassy.dispatch.IHandlerInvocation
-
Invoke the message delivery logic of this handler
- invoke(Object, Object) - Method in class net.engio.mbassy.dispatch.ReflectiveHandlerInvocation
-
- invokeHandler(Object, Object, Method) - Method in class net.engio.mbassy.dispatch.ReflectiveHandlerInvocation
-
- IPredicate<T> - Interface in net.engio.mbassy.common
-
Created with IntelliJ IDEA.
- IPublicationErrorHandler - Interface in net.engio.mbassy
-
Publication error handlers are provided with a publication error every time an error occurs during message publication.
- IPublicationErrorHandler.ConsoleLogger - Class in net.engio.mbassy
-
- IPublicationErrorHandler.ConsoleLogger() - Constructor for class net.engio.mbassy.IPublicationErrorHandler.ConsoleLogger
-
- isAsynchronous() - Method in class net.engio.mbassy.listener.MessageHandlerMetadata
-
- isDeadEvent() - Method in class net.engio.mbassy.bus.MessagePublication
-
- isEnabled() - Method in class net.engio.mbassy.listener.MessageHandlerMetadata
-
- isEnveloped() - Method in class net.engio.mbassy.listener.MessageHandlerMetadata
-
- isFiltered() - Method in class net.engio.mbassy.listener.MessageHandlerMetadata
-
- isFilteredEvent() - Method in class net.engio.mbassy.bus.MessagePublication
-
- isFinished() - Method in class net.engio.mbassy.bus.MessagePublication
-
- isRunning() - Method in class net.engio.mbassy.bus.MessagePublication
-
- isScheduled() - Method in class net.engio.mbassy.bus.MessagePublication
-
- ISubscriptionContextAware - Interface in net.engio.mbassy.dispatch
-
This interface marks components that have access to the subscription context.
- iterator() - Method in class net.engio.mbassy.common.ConcurrentSet
-