Index

A B C D E G I L M O P R S T U W _ 
All Classes and Interfaces|All Packages

A

actionEqualWith(A) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Factory method to create an "EQUAL WITH" matcher for the given action compared with the action stored in the EventMetaData.
aliasEqualWith(String) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Factory method to create an "EQUAL WITH" matcher for the given name compared with the name stored in the EventMetaData.
and(ApplicationBusEventMatcher...) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Factory method to create an "AND" matcher for the given matchers.
applicationBus() - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs the ApplicationBus with the DispatchStrategy as of ApplicationBus().
applicationBus(boolean) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs the ApplicationBus with the DispatchStrategy as of ApplicationBus(boolean).
ApplicationBus - Class in org.refcodes.eventbus.ext.application
The ApplicationBus extends the EventDispatcher with convenience functionality common to everyday application and service development as defined by the interfaces PayloadBus, PropertiesBus, MessageBus, ExceptionBus as well as LifecycleBus on top of the EventDispatcher.
ApplicationBus() - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBus
Constructs the ApplicationBus with the DispatchStrategy being DispatchStrategy.CASCADE when publishing events.
ApplicationBus(boolean) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBus
Constructs the ApplicationBus with the DispatchStrategy being DispatchStrategy.CASCADE when publishing events.
ApplicationBus(ExecutorService) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBus
Constructs the ApplicationBus with the DispatchStrategy being DispatchStrategy.CASCADE when publishing events.
ApplicationBus(DispatchStrategy) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBus
Constructs the ApplicationBus with the given DispatchStrategy when publishing events.
ApplicationBus(DispatchStrategy, boolean) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBus
Constructs the ApplicationBus with the given DispatchStrategy when publishing events.
ApplicationBus(DispatchStrategy, ExecutorService) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBus
Constructs the ApplicationBus with the DispatchStrategy being DispatchStrategy.CASCADE when publishing events.
applicationBusEvent(Class<?>, ApplicationBus) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs an event with predefined values for the according properties retrieved from the caller's class.
applicationBusEvent(Enum<?>, Class<?>, ApplicationBus) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs an event with predefined values for the according properties retrieved from the caller's class.
applicationBusEvent(Enum<?>, String, String, String, String, Class<?>, ApplicationBus) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs an event with the given values for the according properties.
applicationBusEvent(Enum<?>, String, ApplicationBus) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs an event with predefined values for the according properties retrieved from the caller's class.
applicationBusEvent(Enum<?>, ApplicationBus) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs an event with the given Meta-Data.
applicationBusEvent(Enum<?>, EventMetaData, ApplicationBus) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs an event with the given Meta-Data.
applicationBusEvent(String, String, String, String, Class<?>, ApplicationBus) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs an event with the given values for the according properties.
applicationBusEvent(String, ApplicationBus) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs an event with predefined values for the according properties retrieved from the caller's class.
applicationBusEvent(ApplicationBus) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs an event with the given Meta-Data.
applicationBusEvent(EventMetaData, ApplicationBus) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs an event with the given Meta-Data.
ApplicationBusEvent - Class in org.refcodes.eventbus.ext.application
Intuitive Meta-Interface for the ApplicationBusEvent as used by the ApplicationBus.
ApplicationBusEvent(Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
ApplicationBusEvent(Enum<?>, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
ApplicationBusEvent(Enum<?>, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
ApplicationBusEvent(Enum<?>, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusEvent
Constructs an event with the given values for the according properties.
ApplicationBusEvent(Enum<?>, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
ApplicationBusEvent(Enum<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusEvent
Constructs an event with the given Meta-Data.
ApplicationBusEvent(Enum<?>, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusEvent
Constructs an event with the given Meta-Data.
ApplicationBusEvent(String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusEvent
Constructs an event with the given values for the according properties.
ApplicationBusEvent(String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
ApplicationBusEvent(ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusEvent
Constructs an event with the given Meta-Data.
ApplicationBusEvent(EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusEvent
Constructs an event with the given Meta-Data.
ApplicationBusEvent.Builder - Class in org.refcodes.eventbus.ext.application
Builder to build ApplicationBusEvent.
ApplicationBusEventMatcher - Interface in org.refcodes.eventbus.ext.application
A convenience definition of an EventMatcher for the ready to use out of the box EventBus implementation of the generic EventDispatcher definition.
ApplicationBusObserver - Interface in org.refcodes.eventbus.ext.application
A convenience definition of an Observer for the ready to use out of the box EventBus implementation of the generic EventDispatcher definition.
ApplicationBusSugar - Class in org.refcodes.eventbus.ext.application
Declarative syntactic sugar which may be statically imported in order to allow declarative definitions for the ApplicationBusEventMatcher elements.
ApplicationBusSugar.CatchAllApplicationBusMatcher - Class in org.refcodes.eventbus.ext.application
 
ApplicationBusSugar.CatchNoneApplicationBusMatcher - Class in org.refcodes.eventbus.ext.application
 
asyncDispatchBus() - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs the ApplicationBus with the DispatchStrategy.ASYNC when publishing events: Same as the DispatchStrategy.SEQUENTIAL approach with the difference that the sequential dispatch process is done asynchronously, freeing your parent's thread immediately after publishing your parent event.
asyncDispatchBus(boolean) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs the ApplicationBus with the DispatchStrategy.ASYNC when publishing events: Same as the DispatchStrategy.SEQUENTIAL approach with the difference that the sequential dispatch process is done asynchronously, freeing your parent's thread immediately after publishing your parent event.

B

build() - Method in class org.refcodes.eventbus.ext.application.ApplicationBusEvent.Builder
Builder method of the builder.
build() - Method in class org.refcodes.eventbus.ext.application.DestroyBusEvent.Builder
Builder method of the builder.
build() - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEvent.Builder
Builder method of the builder.
build() - Method in class org.refcodes.eventbus.ext.application.InitializeBusEvent.Builder
Builder method of the builder.
build() - Method in class org.refcodes.eventbus.ext.application.MessageBusEvent.Builder
Builder method of the builder.
build() - Method in class org.refcodes.eventbus.ext.application.PauseBusEvent.Builder
Builder method of the builder.
build() - Method in class org.refcodes.eventbus.ext.application.PayloadBusEvent.Builder
Builder method of the builder.
build() - Method in class org.refcodes.eventbus.ext.application.PropertiesBusEvent.Builder
Builder method of the builder.
build() - Method in class org.refcodes.eventbus.ext.application.ResumeBusEvent.Builder
Builder method of the builder.
build() - Method in class org.refcodes.eventbus.ext.application.StartBusEvent.Builder
Builder method of the builder.
build() - Method in class org.refcodes.eventbus.ext.application.StopBusEvent.Builder
Builder method of the builder.
builder() - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusEvent
Creates builder to build ApplicationBusEvent.

C

cascadeDispatchBus() - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs the ApplicationBus with the DispatchStrategy.CASCADE when publishing events: The parent (invoker) thread is used to publish the parent's event to all matching observers (and is blocked till done).
cascadeDispatchBus(boolean) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs the ApplicationBus with the DispatchStrategy.CASCADE when publishing events: The parent (invoker) thread is used to publish the parent's event to all matching observers (and is blocked till done).
catchAll() - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Catches all events, no matching is done.
CatchAllApplicationBusMatcher() - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusSugar.CatchAllApplicationBusMatcher
 
catchNone() - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Catches no event, no matching is done.
CatchNoneApplicationBusMatcher() - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusSugar.CatchNoneApplicationBusMatcher
 
channelEqualWith(String) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Factory method to create an "EQUAL WITH" matcher for the given channel compared with the channel stored in the EventMetaData.

D

destroy() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
Destroys the ApplicationBus after having invoked DestroyBus.publishDestroy().
destroy(DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
Destroys the ApplicationBus after having invoked DestroyBus.publishDestroy(DispatchStrategy) similar to the ApplicationBus.destroy() method, though using the provided DispatchStrategy.
DestroyBus - Interface in org.refcodes.eventbus.ext.application
The DestroyBus extends the ApplicationBus with convenience functionality common to everyday application and service development regarding dispatching of DestroyBusEvent instances.
DestroyBusEvent - Class in org.refcodes.eventbus.ext.application
Implementation of the LifecycleBusEvent for LifecycleRequest.DESTROY.
DestroyBusEvent(Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.DestroyBusEvent
Instantiates a new destroy event.
DestroyBusEvent(String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.DestroyBusEvent
Instantiates a new destroy event.
DestroyBusEvent(String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.DestroyBusEvent
Instantiates a new destroy event.
DestroyBusEvent(String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.DestroyBusEvent
Instantiates a new destroy event.
DestroyBusEvent(ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.DestroyBusEvent
Instantiates a new destroy event.
DestroyBusEvent(EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.DestroyBusEvent
Instantiates a new destroy event.
DestroyBusEvent.Builder - Class in org.refcodes.eventbus.ext.application
Builder to build DestroyBusEvent.

E

ExceptionBus - Interface in org.refcodes.eventbus.ext.application
The ExceptionBus extends the ApplicationBus with convenience functionality common to everyday application and service development regarding dispatching of Throwable instances.
ExceptionBusEvent - Class in org.refcodes.eventbus.ext.application
Implementation of the ExceptionBusEvent.
ExceptionBusEvent(Enum<?>, Throwable, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
ExceptionBusEvent(Enum<?>, Throwable, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEvent
Constructs an event with the given values for the according properties.
ExceptionBusEvent(Enum<?>, Throwable, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEvent
Constructs an event with the given values for the according properties.
ExceptionBusEvent(Enum<?>, Throwable, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
ExceptionBusEvent(Enum<?>, Throwable, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEvent
Constructs an event with the given Meta-Data.
ExceptionBusEvent(Enum<?>, Throwable, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEvent
Constructs an event with the given Meta-Data.
ExceptionBusEvent(Throwable, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
ExceptionBusEvent(Throwable, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEvent
Constructs an event with the given values for the according properties.
ExceptionBusEvent(Throwable, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEvent
Constructs an event with the given values for the according properties.
ExceptionBusEvent(Throwable, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
ExceptionBusEvent(Throwable, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEvent
Constructs an event with the given Meta-Data.
ExceptionBusEvent(Throwable, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEvent
Constructs an event with the given Meta-Data.
ExceptionBusEvent.Builder - Class in org.refcodes.eventbus.ext.application
Builder to build ExceptionBusEvent.

G

getAction() - Method in class org.refcodes.eventbus.ext.application.DestroyBusEvent
getAction() - Method in class org.refcodes.eventbus.ext.application.InitializeBusEvent
getAction() - Method in class org.refcodes.eventbus.ext.application.PauseBusEvent
getAction() - Method in class org.refcodes.eventbus.ext.application.ResumeBusEvent
getAction() - Method in class org.refcodes.eventbus.ext.application.StartBusEvent
getAction() - Method in class org.refcodes.eventbus.ext.application.StopBusEvent
getException() - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEvent
getLifecycleStatus() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
getMessage() - Method in class org.refcodes.eventbus.ext.application.MessageBusEvent
getPayload() - Method in class org.refcodes.eventbus.ext.application.PayloadBusEvent
getProperties() - Method in class org.refcodes.eventbus.ext.application.PropertiesBusEvent
getSource() - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEvent
groupEqualWith(String) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Factory method to create an "EQUAL WITH" matcher for the given group compared with the group stored in the EventMetaData.

I

initialize() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
Initializes the ApplicationBus after having invoked InitializeBus.publishInitialize().
initialize(DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
Initializes the ApplicationBus after having invoked InitializeBus.publishInitialize(DispatchStrategy) similar to the ApplicationBus.initialize() method, though using the provided DispatchStrategy.
InitializeBus - Interface in org.refcodes.eventbus.ext.application
The InitializeBus extends the ApplicationBus with convenience functionality common to everyday application and service development regarding dispatching of InitializeBusEvent instances.
InitializeBusEvent - Class in org.refcodes.eventbus.ext.application
Implementation of the LifecycleBusEvent for LifecycleRequest.INITIALIZE.
InitializeBusEvent(Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
Instantiates a new destroy event.
InitializeBusEvent(String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
Instantiates a new destroy event.
InitializeBusEvent(String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
Instantiates a new destroy event.
InitializeBusEvent(String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
Instantiates a new destroy event.
InitializeBusEvent(ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
Instantiates a new destroy event.
InitializeBusEvent(EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
Instantiates a new destroy event.
InitializeBusEvent.Builder - Class in org.refcodes.eventbus.ext.application
Builder to build InitializeBusEvent.
isAssignableFrom(Class<?>) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Factory method to create an event matcher by event type.
isDestroyable() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
isDestroyed() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
isInitalizable() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
isInitialized() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
isPausable() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
isPaused() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
isResumable() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
isRunning() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
isStartable() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
isStoppable() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
isStopped() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus

L

LifecycleBus - Interface in org.refcodes.eventbus.ext.application
The LifecycleBus extends the ApplicationBus with convenience functionality common to everyday application and service development regarding dispatching of LifecycleStatus signals such as InitializeBusEvent, StartBusEvent, PauseBusEvent, ResumeBusEvent, StopBusEvent or DestroyBusEvent instances.
LifecycleBusEvent - Interface in org.refcodes.eventbus.ext.application
The LifecycleBusEvent represents a LifecycleRequest and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.
LifecycleBusObserver - Interface in org.refcodes.eventbus.ext.application
An observer for listening to LifecycleBusEvent instances.

M

MessageBus - Interface in org.refcodes.eventbus.ext.application
The MessageBus extends the ApplicationBus with convenience functionality common to everyday application and service development regarding dispatching of message String instances.
MessageBusEvent - Class in org.refcodes.eventbus.ext.application
The MessageBusEvent represents an event indication a message.
MessageBusEvent(Enum<?>, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
MessageBusEvent(Enum<?>, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEvent
Constructs an event with the given values for the according properties.
MessageBusEvent(Enum<?>, String, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEvent
Constructs an event with the given values for the according properties.
MessageBusEvent(Enum<?>, String, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
MessageBusEvent(Enum<?>, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEvent
Constructs an event with the given Meta-Data.
MessageBusEvent(Enum<?>, String, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEvent
Constructs an event with the given Meta-Data.
MessageBusEvent(String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
MessageBusEvent(String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEvent
Constructs an event with the given values for the according properties.
MessageBusEvent(String, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEvent
Constructs an event with the given values for the according properties.
MessageBusEvent(String, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
MessageBusEvent(String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEvent
Constructs an event with the given Meta-Data.
MessageBusEvent(String, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEvent
Constructs an event with the given Meta-Data.
MessageBusEvent.Builder - Class in org.refcodes.eventbus.ext.application
Builder to build MessageBusEvent.

O

onAction(Class<ApplicationBusEvent>, Enum<?>, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onAction(Enum<?>, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onActions(Class<ApplicationBusEvent>, Observer<ApplicationBusEvent>, Enum<?>...) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onActions(Observer<ApplicationBusEvent>, Enum<?>...) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onAlias(Class<ApplicationBusEvent>, String, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onAlias(String, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onCatchAll(Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onChannel(Class<ApplicationBusEvent>, String, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onChannel(String, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onDestroy(Class<?>, Observer<DestroyBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for DestroyBusEvent instances with the given attributes.
onDestroy(Enum<?>, Class<?>, Observer<DestroyBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for DestroyBusEvent instances with the given attributes.
onDestroy(Enum<?>, String, String, String, String, Class<?>, Observer<DestroyBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for DestroyBusEvent instances with the given attributes.
onDestroy(Enum<?>, String, Observer<DestroyBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for DestroyBusEvent instances with the given attributes.
onDestroy(Enum<?>, Observer<DestroyBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for DestroyBusEvent instances with the given attributes.
onDestroy(String, String, String, String, Class<?>, Observer<DestroyBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for DestroyBusEvent instances with the given attributes.
onDestroy(String, Observer<DestroyBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for DestroyBusEvent instances with the given attributes.
onDestroy(DestroyBusEvent) - Method in interface org.refcodes.eventbus.ext.application.LifecycleBusObserver
onDestroy(Observer<DestroyBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for DestroyBusEvent instances.
onEvent(Class<?>, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onEvent(Class<ApplicationBusEvent>, Class<?>, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onEvent(Class<ApplicationBusEvent>, Enum<?>, Class<?>, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onEvent(Class<ApplicationBusEvent>, Enum<?>, String, String, String, String, Class<?>, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onEvent(Class<ApplicationBusEvent>, Enum<?>, String, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onEvent(Class<ApplicationBusEvent>, Enum<?>, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onEvent(Class<ApplicationBusEvent>, String, String, String, String, Class<?>, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onEvent(Class<ApplicationBusEvent>, String, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onEvent(Enum<?>, Class<?>, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onEvent(Enum<?>, String, String, String, String, Class<?>, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onEvent(Enum<?>, String, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onEvent(Enum<?>, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onEvent(String, String, String, String, Class<?>, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onEvent(String, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onException(Class<?>, Observer<ExceptionBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ExceptionBusEvent instances with the given attributes.
onException(Enum<?>, Class<?>, Observer<ExceptionBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ExceptionBusEvent instances with the given attributes.
onException(Enum<?>, String, String, String, String, Class<?>, Observer<ExceptionBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ExceptionBusEvent instances with the given attributes.
onException(Enum<?>, String, Observer<ExceptionBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ExceptionBusEvent instances with the given attributes.
onException(Enum<?>, Observer<ExceptionBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ExceptionBusEvent instances with the given attributes.
onException(String, String, String, String, Class<?>, Observer<ExceptionBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ExceptionBusEvent instances with the given attributes.
onException(String, Observer<ExceptionBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ExceptionBusEvent instances with the given attributes.
onException(Observer<ExceptionBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ExceptionBusEvent instances.
onGroup(Class<ApplicationBusEvent>, String, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onGroup(String, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onInitialize(Class<?>, Observer<InitializeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for InitializeBusEvent instances with the given attributes.
onInitialize(Enum<?>, Class<?>, Observer<InitializeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for InitializeBusEvent instances with the given attributes.
onInitialize(Enum<?>, String, String, String, String, Class<?>, Observer<InitializeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for InitializeBusEvent instances with the given attributes.
onInitialize(Enum<?>, String, Observer<InitializeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for InitializeBusEvent instances with the given attributes.
onInitialize(Enum<?>, Observer<InitializeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for InitializeBusEvent instances with the given attributes.
onInitialize(String, String, String, String, Class<?>, Observer<InitializeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for InitializeBusEvent instances with the given attributes.
onInitialize(String, Observer<InitializeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for InitializeBusEvent instances with the given attributes.
onInitialize(InitializeBusEvent) - Method in interface org.refcodes.eventbus.ext.application.LifecycleBusObserver
onInitialize(Observer<InitializeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for InitializeBusEvent instances.
onLifecycle(Class<?>, LifecycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifecycleBus
Subscribes a LifecycleBusObserver for LifecycleBusEvent instances with the given attributes to be passed to the according LifecycleBusObserver methods.
onLifecycle(Enum<?>, Class<?>, LifecycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifecycleBus
Subscribes a LifecycleBusObserver for LifecycleBusEvent instances with the given attributes to be passed to the according LifecycleBusObserver methods.
onLifecycle(Enum<?>, String, String, String, String, Class<?>, LifecycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifecycleBus
Subscribes a LifecycleBusObserver for LifecycleBusEvent instances with the given attributes to be passed to the according LifecycleBusObserver methods.
onLifecycle(Enum<?>, String, LifecycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifecycleBus
Subscribes a LifecycleBusObserver for LifecycleBusEvent instances with the given attributes to be passed to the according LifecycleBusObserver methods.
onLifecycle(Enum<?>, LifecycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifecycleBus
Subscribes a LifecycleBusObserver for LifecycleBusEvent instances with the given attributes to be passed to the according LifecycleBusObserver methods.
onLifecycle(String, String, String, String, Class<?>, LifecycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifecycleBus
Subscribes a LifecycleBusObserver for LifecycleBusEvent instances with the given attributes to be passed to the according LifecycleBusObserver methods.
onLifecycle(String, LifecycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifecycleBus
Subscribes a LifecycleBusObserver for LifecycleBusEvent instances with the given attributes to be passed to the according LifecycleBusObserver methods.
onLifecycle(LifecycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifecycleBus
Subscribes a LifecycleBusObserver for LifecycleBusEvent instances to be passed to the according LifecycleBusObserver methods.
onMessage(Class<?>, Observer<MessageBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for MessageBusEvent instances with the given attributes.
onMessage(Enum<?>, Class<?>, Observer<MessageBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for MessageBusEvent instances with the given attributes.
onMessage(Enum<?>, String, String, String, String, Class<?>, Observer<MessageBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for MessageBusEvent instances with the given attributes.
onMessage(Enum<?>, String, Observer<MessageBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for MessageBusEvent instances with the given attributes.
onMessage(Enum<?>, Observer<MessageBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for MessageBusEvent instances with the given attributes.
onMessage(String, String, String, String, Class<?>, Observer<MessageBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for MessageBusEvent instances with the given attributes.
onMessage(String, Observer<MessageBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for MessageBusEvent instances with the given attributes.
onMessage(Observer<MessageBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for MessageBusEvent instances.
onPause(Class<?>, Observer<PauseBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PauseBusEvent instances with the given attributes.
onPause(Enum<?>, Class<?>, Observer<PauseBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PauseBusEvent instances with the given attributes.
onPause(Enum<?>, String, String, String, String, Class<?>, Observer<PauseBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PauseBusEvent instances with the given attributes.
onPause(Enum<?>, String, Observer<PauseBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PauseBusEvent instances with the given attributes.
onPause(Enum<?>, Observer<PauseBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PauseBusEvent instances with the given attributes.
onPause(String, String, String, String, Class<?>, Observer<PauseBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PauseBusEvent instances with the given attributes.
onPause(String, Observer<PauseBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PauseBusEvent instances with the given attributes.
onPause(PauseBusEvent) - Method in interface org.refcodes.eventbus.ext.application.LifecycleBusObserver
onPause(Observer<PauseBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PauseBusEvent instances.
onPayload(Class<?>, Observer<PayloadBusEvent<?>>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PayloadBusEvent instances with the given attributes.
onPayload(Enum<?>, Class<?>, Observer<PayloadBusEvent<?>>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PayloadBusEvent instances with the given attributes.
onPayload(Enum<?>, String, String, String, String, Class<?>, Observer<PayloadBusEvent<?>>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PayloadBusEvent instances with the given attributes.
onPayload(Enum<?>, String, Observer<PayloadBusEvent<?>>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PayloadBusEvent instances with the given attributes.
onPayload(Enum<?>, Observer<PayloadBusEvent<?>>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PayloadBusEvent instances with the given attributes.
onPayload(String, String, String, String, Class<?>, Observer<PayloadBusEvent<?>>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PayloadBusEvent instances with the given attributes.
onPayload(String, Observer<PayloadBusEvent<?>>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PayloadBusEvent instances with the given attributes.
onPayload(Observer<PayloadBusEvent<?>>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PayloadBusEvent instances.
onProperties(Class<?>, Observer<PropertiesBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PropertiesBusEvent instances with the given attributes.
onProperties(Enum<?>, Class<?>, Observer<PropertiesBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PropertiesBusEvent instances with the given attributes.
onProperties(Enum<?>, String, String, String, String, Class<?>, Observer<PropertiesBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PropertiesBusEvent instances with the given attributes.
onProperties(Enum<?>, String, Observer<PropertiesBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PropertiesBusEvent instances with the given attributes.
onProperties(Enum<?>, Observer<PropertiesBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PropertiesBusEvent instances with the given attributes.
onProperties(String, String, String, String, Class<?>, Observer<PropertiesBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PropertiesBusEvent instances with the given attributes.
onProperties(String, Observer<PropertiesBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PropertiesBusEvent instances with the given attributes.
onProperties(Observer<PropertiesBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for PropertiesBusEvent instances.
onResume(Class<?>, Observer<ResumeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ResumeBusEvent instances with the given attributes.
onResume(Enum<?>, Class<?>, Observer<ResumeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ResumeBusEvent instances with the given attributes.
onResume(Enum<?>, String, String, String, String, Class<?>, Observer<ResumeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ResumeBusEvent instances with the given attributes.
onResume(Enum<?>, String, Observer<ResumeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ResumeBusEvent instances with the given attributes.
onResume(Enum<?>, Observer<ResumeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ResumeBusEvent instances with the given attributes.
onResume(String, String, String, String, Class<?>, Observer<ResumeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ResumeBusEvent instances with the given attributes.
onResume(String, Observer<ResumeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ResumeBusEvent instances with the given attributes.
onResume(ResumeBusEvent) - Method in interface org.refcodes.eventbus.ext.application.LifecycleBusObserver
onResume(Observer<ResumeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for ResumeBusEvent instances.
onStart(Class<?>, Observer<StartBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StartBusEvent instances with the given attributes.
onStart(Enum<?>, Class<?>, Observer<StartBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StartBusEvent instances with the given attributes.
onStart(Enum<?>, String, String, String, String, Class<?>, Observer<StartBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StartBusEvent instances with the given attributes.
onStart(Enum<?>, String, Observer<StartBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StartBusEvent instances with the given attributes.
onStart(Enum<?>, Observer<StartBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StartBusEvent instances with the given attributes.
onStart(String, String, String, String, Class<?>, Observer<StartBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StartBusEvent instances with the given attributes.
onStart(String, Observer<StartBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StartBusEvent instances with the given attributes.
onStart(StartBusEvent) - Method in interface org.refcodes.eventbus.ext.application.LifecycleBusObserver
onStart(Observer<StartBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StartBusEvent instances.
onStop(Class<?>, Observer<StopBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StopBusEvent instances with the given attributes.
onStop(Enum<?>, Class<?>, Observer<StopBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StopBusEvent instances with the given attributes.
onStop(Enum<?>, String, String, String, String, Class<?>, Observer<StopBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StopBusEvent instances with the given attributes.
onStop(Enum<?>, String, Observer<StopBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StopBusEvent instances with the given attributes.
onStop(Enum<?>, Observer<StopBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StopBusEvent instances with the given attributes.
onStop(String, String, String, String, Class<?>, Observer<StopBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StopBusEvent instances with the given attributes.
onStop(String, Observer<StopBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StopBusEvent instances with the given attributes.
onStop(StopBusEvent) - Method in interface org.refcodes.eventbus.ext.application.LifecycleBusObserver
onStop(Observer<StopBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Similar to the more generic method EventBusObservable.subscribe(EventMatcher, Observer) THOUGH subscribes for StopBusEvent instances.
onType(Class<EVT>, Observer<EVT>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onUniversalId(Class<ApplicationBusEvent>, String, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
onUniversalId(String, Observer<ApplicationBusEvent>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
or(ApplicationBusEventMatcher...) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Factory method to create an "OR" matcher for the given matchers.
org.refcodes.eventbus.ext.application - module org.refcodes.eventbus.ext.application
 
org.refcodes.eventbus.ext.application - package org.refcodes.eventbus.ext.application
This artifact extends the refcodes-eventbus toolkit with add-on functionality as of being provided by the refcodes-properties toolkit, lifecycle-support and the like required for stand alone application development.

P

parallelDispatchBus() - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs the ApplicationBus with the DispatchStrategy.PARALLEL when publishing events: Each matching observer is invoked in its own thread.
parallelDispatchBus(boolean) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs the ApplicationBus with the DispatchStrategy.PARALLEL when publishing events: Each matching observer is invoked in its own thread.
pause() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
Pauses the ApplicationBus after having invoked PauseBus.publishPause().
pause(DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
Pauses the ApplicationBus after having invoked PauseBus.publishPause(DispatchStrategy) similar to the ApplicationBus.pause() method, though using the provided DispatchStrategy.
PauseBus - Interface in org.refcodes.eventbus.ext.application
The PauseBus extends the ApplicationBus with convenience functionality common to everyday application and service development regarding dispatching of PauseBusEvent instances.
PauseBusEvent - Class in org.refcodes.eventbus.ext.application
Implementation of the LifecycleBusEvent for LifecycleRequest.PAUSE.
PauseBusEvent(Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PauseBusEvent
Instantiates a new pause event.
PauseBusEvent(String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PauseBusEvent
Instantiates a new pause event.
PauseBusEvent(String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PauseBusEvent
Instantiates a new pause event.
PauseBusEvent(String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PauseBusEvent
Instantiates a new pause event.
PauseBusEvent(ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PauseBusEvent
Instantiates a new pause event.
PauseBusEvent(EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PauseBusEvent
Instantiates a new pause event.
PauseBusEvent.Builder - Class in org.refcodes.eventbus.ext.application
Builder to build PauseBusEvent.
PayloadBus - Interface in org.refcodes.eventbus.ext.application
The PayloadBus extends the ApplicationBus with convenience functionality common to everyday application and service development regarding dispatching of payloads.
PayloadBusEvent<P> - Class in org.refcodes.eventbus.ext.application
The PayloadBusEvent represents an event indication a payload.
PayloadBusEvent(Enum<?>, P, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
PayloadBusEvent(Enum<?>, P, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEvent
Constructs an event with the given values for the according properties.
PayloadBusEvent(Enum<?>, P, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEvent
Constructs an event with the given values for the according properties.
PayloadBusEvent(Enum<?>, P, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
PayloadBusEvent(Enum<?>, P, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEvent
Constructs an event with the given Meta-Data.
PayloadBusEvent(Enum<?>, P, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEvent
Constructs an event with the given Meta-Data.
PayloadBusEvent(P, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
PayloadBusEvent(P, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEvent
Constructs an event with the given values for the according properties.
PayloadBusEvent(P, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEvent
Constructs an event with the given values for the according properties.
PayloadBusEvent(P, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
PayloadBusEvent(P, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEvent
Constructs an event with the given Meta-Data.
PayloadBusEvent(P, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEvent
Constructs an event with the given Meta-Data.
PayloadBusEvent.Builder<P> - Class in org.refcodes.eventbus.ext.application
Builder to build PayloadBusEvent.
PropertiesBus - Interface in org.refcodes.eventbus.ext.application
The PropertiesBus extends the ApplicationBus with convenience functionality common to everyday application and service development regarding dispatching of Properties instances.
PropertiesBusEvent - Class in org.refcodes.eventbus.ext.application
Implementation of the PropertiesBusEvent.
PropertiesBusEvent(Enum<?>, Properties, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
PropertiesBusEvent(Enum<?>, Properties, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEvent
Constructs an event with the given values for the according properties.
PropertiesBusEvent(Enum<?>, Properties, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEvent
Constructs an event with the given values for the according properties.
PropertiesBusEvent(Enum<?>, Properties, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
PropertiesBusEvent(Enum<?>, Properties, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEvent
Constructs an event with the given Meta-Data.
PropertiesBusEvent(Enum<?>, Properties, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEvent
Constructs an event with the given Meta-Data.
PropertiesBusEvent(Properties, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
PropertiesBusEvent(Properties, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEvent
Constructs an event with the given values for the according properties.
PropertiesBusEvent(Properties, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEvent
Constructs an event with the given values for the according properties.
PropertiesBusEvent(Properties, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEvent
Constructs an event with predefined values for the according properties retrieved from the caller's class.
PropertiesBusEvent(Properties, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEvent
Constructs an event with the given Meta-Data.
PropertiesBusEvent(Properties, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEvent
Constructs an event with the given Meta-Data.
PropertiesBusEvent.Builder - Class in org.refcodes.eventbus.ext.application
Builder to build PropertiesBusEvent.
publishDestroy() - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Publishes a destroy event with the given attributes.
publishDestroy(Class<?>) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Publishes a destroy event with the given attributes.
publishDestroy(Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Publishes a destroy event with the given attributes.
publishDestroy(String) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Publishes a destroy event with the given attributes.
publishDestroy(String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Publishes an event with the provided initialize for the given attributes.
publishDestroy(String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Publishes a destroy event with the given attributes.
publishDestroy(String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Publishes a destroy event with the given attributes.
publishDestroy(DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Publishes a destroy event with the given attributes.
publishDestroy(EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Publishes a destroy event with the given attributes.
publishDestroy(EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
Publishes a destroy event with the given attributes.
publisherIsAssignableFrom(Class<? extends PT>) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Factory method to create an event matcher by event publisher type.
publishEvent(Class<?>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(Class<?>, DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(Enum<?>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(Enum<?>, Class<?>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(Enum<?>, Class<?>, DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(Enum<?>, String) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(Enum<?>, String, Class<?>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(Enum<?>, String, String, String, String, Class<?>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(Enum<?>, String, String, String, String, Class<?>, DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(Enum<?>, String, DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(Enum<?>, DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(Enum<?>, EventMetaData) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(Enum<?>, EventMetaData, DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(String) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(String, String, String, String, Class<?>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(String, String, String, String, Class<?>, DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(String, DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(EventMetaData) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishEvent(EventMetaData, DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
publishException(Enum<?>, Exception) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception, String) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception, String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception for the given attributes.
publishException(Enum<?>, Exception, String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, String) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
Publishes an event with the provided exception and the given attributes.
publishInitialize() - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Publishes a initialize event with the given attributes.
publishInitialize(Class<?>) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Publishes a initialize event with the given attributes.
publishInitialize(Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Publishes a initialize event with the given attributes.
publishInitialize(String) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Publishes a initialize event with the given attributes.
publishInitialize(String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Publishes an event with the provided initialize for the given attributes.
publishInitialize(String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Publishes a initialize event with the given attributes.
publishInitialize(String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Publishes a initialize event with the given attributes.
publishInitialize(DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Publishes a initialize event with the given attributes.
publishInitialize(EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Publishes a initialize event with the given attributes.
publishInitialize(EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
Publishes a initialize event with the given attributes.
publishMessage(Enum<?>, String) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String, String) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String, String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message for the given attributes.
publishMessage(Enum<?>, String, String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(String) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, String) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
Publishes an event with the provided message and the given attributes.
publishPause() - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Publishes a pause event with the given attributes.
publishPause(Class<?>) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Publishes a pause event with the given attributes.
publishPause(Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Publishes a pause event with the given attributes.
publishPause(String) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Publishes a pause event with the given attributes.
publishPause(String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Publishes an event with the provided initialize for the given attributes.
publishPause(String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Publishes a pause event with the given attributes.
publishPause(String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Publishes a pause event with the given attributes.
publishPause(DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Publishes a pause event with the given attributes.
publishPause(EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Publishes a pause event with the given attributes.
publishPause(EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
Publishes a pause event with the given attributes.
publishPayload(Enum<?>, P) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, String) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, String) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
Publishes an event with the provided payload and the given attributes.
publishProperties(Enum<?>, Properties) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Enum<?>, Properties, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Enum<?>, Properties, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Enum<?>, Properties, String) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Enum<?>, Properties, String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties for the given attributes.
publishProperties(Enum<?>, Properties, String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Enum<?>, Properties, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Enum<?>, Properties, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Enum<?>, Properties, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Enum<?>, Properties, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, String) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
Publishes an event with the provided properties and the given attributes.
publishResume() - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Publishes a resume event with the given attributes.
publishResume(Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Publishes a resume event with the given attributes.
publishResume(Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Publishes a resume event with the given attributes.
publishResume(String) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Publishes a resume event with the given attributes.
publishResume(String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Publishes a resume event with the given attributes.
publishResume(String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Publishes a resume event with the given attributes.
publishResume(String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Publishes a resume event with the given attributes.
publishResume(DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Publishes a resume event with the given attributes.
publishResume(EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Publishes a resume event with the given attributes.
publishResume(EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
Publishes a resume event with the given attributes.
publishStart() - Method in interface org.refcodes.eventbus.ext.application.StartBus
Publishes a start event with the given attributes.
publishStart(Class<?>) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Publishes a start event with the given attributes.
publishStart(Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Publishes a start event with the given attributes.
publishStart(String) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Publishes a start event with the given attributes.
publishStart(String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Publishes a start event with the given attributes.
publishStart(String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Publishes a start event with the given attributes.
publishStart(String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Publishes a start event with the given attributes.
publishStart(DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Publishes a start event with the given attributes.
publishStart(EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Publishes a start event with the given attributes.
publishStart(EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.StartBus
Publishes a start event with the given attributes.
publishStop() - Method in interface org.refcodes.eventbus.ext.application.StopBus
Publishes a stop event with the given attributes.
publishStop(Class<?>) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Publishes a stop event with the given attributes.
publishStop(Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Publishes a stop event with the given attributes.
publishStop(String) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Publishes a stop event with the given attributes.
publishStop(String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Publishes an event with the provided initialize for the given attributes.
publishStop(String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Publishes a stop event with the given attributes.
publishStop(String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Publishes a stop event with the given attributes.
publishStop(DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Publishes a stop event with the given attributes.
publishStop(EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Publishes a stop event with the given attributes.
publishStop(EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.StopBus
Publishes a stop event with the given attributes.

R

resume() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
Resumes the ApplicationBus after having invoked ResumeBus.publishResume().
resume(DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
Resumes the ApplicationBus after having invoked ResumeBus.publishResume(DispatchStrategy) similar to the ApplicationBus.pause() method, though using the provided DispatchStrategy.
ResumeBus - Interface in org.refcodes.eventbus.ext.application
The ResumeBus extends the ApplicationBus with convenience functionality common to everyday application and service development regarding dispatching of ResumeBusEvent instances.
ResumeBusEvent - Class in org.refcodes.eventbus.ext.application
Implementation of the LifecycleBusEvent for LifecycleRequest.RESUME.
ResumeBusEvent(Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ResumeBusEvent
Instantiates a new resume event.
ResumeBusEvent(String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ResumeBusEvent
Instantiates a new resume event.
ResumeBusEvent(String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ResumeBusEvent
Instantiates a new resume event.
ResumeBusEvent(String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ResumeBusEvent
Instantiates a new resume event.
ResumeBusEvent(ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ResumeBusEvent
Instantiates a new resume event.
ResumeBusEvent(EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ResumeBusEvent
Instantiates a new resume event.
ResumeBusEvent.Builder - Class in org.refcodes.eventbus.ext.application
Builder to build ResumeBusEvent.

S

sequentialDispatchBus() - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs the ApplicationBus with the DispatchStrategy.SEQUENTIAL when publishing events: The parent (invoker) thread is used to publish the parent's event as well as the child events published by the matching observers of the parent event (and so on, in case them use DispatchStrategy.SEQUENTIAL as well).
sequentialDispatchBus(boolean) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Constructs the ApplicationBus with the DispatchStrategy.SEQUENTIAL when publishing events: The parent (invoker) thread is used to publish the parent's event as well as the child events published by the matching observers of the parent event (and so on, in case them use DispatchStrategy.SEQUENTIAL as well).
start() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
Starts the ApplicationBus after having invoked StartBus.publishStart().
start(DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
Starts the ApplicationBus after having invoked StartBus.publishStart(DispatchStrategy) similar to the ApplicationBus.pause() method, though using the provided DispatchStrategy.
StartBus - Interface in org.refcodes.eventbus.ext.application
The StartBus extends the ApplicationBus with convenience functionality common to everyday application and service development regarding dispatching of StartBusEvent instances.
StartBusEvent - Class in org.refcodes.eventbus.ext.application
Implementation of the LifecycleBusEvent for LifecycleRequest.START.
StartBusEvent(Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.StartBusEvent
Instantiates a new start event.
StartBusEvent(String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.StartBusEvent
Instantiates a new start event.
StartBusEvent(String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.StartBusEvent
Instantiates a new start event.
StartBusEvent(String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.StartBusEvent
Instantiates a new start event.
StartBusEvent(ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.StartBusEvent
Instantiates a new start event.
StartBusEvent(EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.StartBusEvent
Instantiates a new start event.
StartBusEvent.Builder - Class in org.refcodes.eventbus.ext.application
Builder to build StartBusEvent.
stop() - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
Stops the ApplicationBus after having invoked StopBus.publishStop().
stop(DispatchStrategy) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
Stops the ApplicationBus after having invoked StopBus.publishStop(DispatchStrategy) similar to the ApplicationBus.pause() method, though using the provided DispatchStrategy.
StopBus - Interface in org.refcodes.eventbus.ext.application
The StopBus extends the ApplicationBus with convenience functionality common to everyday application and service development regarding dispatching of StopBusEvent instances.
StopBusEvent - Class in org.refcodes.eventbus.ext.application
Implementation of the LifecycleBusEvent for LifecycleRequest.STOP.
StopBusEvent(Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.StopBusEvent
Instantiates a new stop event.
StopBusEvent(String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.StopBusEvent
Instantiates a new stop event.
StopBusEvent(String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.StopBusEvent
Instantiates a new stop event.
StopBusEvent(String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.StopBusEvent
Instantiates a new stop event.
StopBusEvent(ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.StopBusEvent
Instantiates a new stop event.
StopBusEvent(EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.StopBusEvent
Instantiates a new stop event.
StopBusEvent.Builder - Class in org.refcodes.eventbus.ext.application
Builder to build StopBusEvent.
subscribe(Class<EVT>, ApplicationBusEventMatcher, Observer<EVT>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus
subscribe(Class<EVT>, Observer<EVT>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBus

T

toString() - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEvent
toString() - Method in class org.refcodes.eventbus.ext.application.MessageBusEvent

U

uidIdEqualWith(String) - Static method in class org.refcodes.eventbus.ext.application.ApplicationBusSugar
Factory method to create an "EQUAL WITH" matcher for the given UID compared with the UID stored in the EventMetaData.

W

withAction(Enum<?>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBusEvent.Builder
withAlias(String) - Method in class org.refcodes.eventbus.ext.application.ApplicationBusEvent.Builder
withAlias(String) - Method in class org.refcodes.eventbus.ext.application.DestroyBusEvent.Builder
withAlias(String) - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEvent.Builder
withAlias(String) - Method in class org.refcodes.eventbus.ext.application.InitializeBusEvent.Builder
withAlias(String) - Method in class org.refcodes.eventbus.ext.application.MessageBusEvent.Builder
withAlias(String) - Method in class org.refcodes.eventbus.ext.application.PauseBusEvent.Builder
withAlias(String) - Method in class org.refcodes.eventbus.ext.application.PayloadBusEvent.Builder
withAlias(String) - Method in class org.refcodes.eventbus.ext.application.PropertiesBusEvent.Builder
withAlias(String) - Method in class org.refcodes.eventbus.ext.application.ResumeBusEvent.Builder
withAlias(String) - Method in class org.refcodes.eventbus.ext.application.StartBusEvent.Builder
withAlias(String) - Method in class org.refcodes.eventbus.ext.application.StopBusEvent.Builder
withChannel(String) - Method in class org.refcodes.eventbus.ext.application.ApplicationBusEvent.Builder
withChannel(String) - Method in class org.refcodes.eventbus.ext.application.DestroyBusEvent.Builder
withChannel(String) - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEvent.Builder
withChannel(String) - Method in class org.refcodes.eventbus.ext.application.InitializeBusEvent.Builder
withChannel(String) - Method in class org.refcodes.eventbus.ext.application.MessageBusEvent.Builder
withChannel(String) - Method in class org.refcodes.eventbus.ext.application.PauseBusEvent.Builder
withChannel(String) - Method in class org.refcodes.eventbus.ext.application.PayloadBusEvent.Builder
withChannel(String) - Method in class org.refcodes.eventbus.ext.application.PropertiesBusEvent.Builder
withChannel(String) - Method in class org.refcodes.eventbus.ext.application.ResumeBusEvent.Builder
withChannel(String) - Method in class org.refcodes.eventbus.ext.application.StartBusEvent.Builder
withChannel(String) - Method in class org.refcodes.eventbus.ext.application.StopBusEvent.Builder
withException(Throwable) - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEvent.Builder
withGroup(String) - Method in class org.refcodes.eventbus.ext.application.ApplicationBusEvent.Builder
withGroup(String) - Method in class org.refcodes.eventbus.ext.application.DestroyBusEvent.Builder
withGroup(String) - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEvent.Builder
withGroup(String) - Method in class org.refcodes.eventbus.ext.application.InitializeBusEvent.Builder
withGroup(String) - Method in class org.refcodes.eventbus.ext.application.MessageBusEvent.Builder
withGroup(String) - Method in class org.refcodes.eventbus.ext.application.PauseBusEvent.Builder
withGroup(String) - Method in class org.refcodes.eventbus.ext.application.PayloadBusEvent.Builder
withGroup(String) - Method in class org.refcodes.eventbus.ext.application.PropertiesBusEvent.Builder
withGroup(String) - Method in class org.refcodes.eventbus.ext.application.ResumeBusEvent.Builder
withGroup(String) - Method in class org.refcodes.eventbus.ext.application.StartBusEvent.Builder
withGroup(String) - Method in class org.refcodes.eventbus.ext.application.StopBusEvent.Builder
withMessage(String) - Method in class org.refcodes.eventbus.ext.application.MessageBusEvent.Builder
withMetaData(EventMetaData) - Method in class org.refcodes.eventbus.ext.application.ApplicationBusEvent.Builder
Merges all not-null values of the provided EventMetaData instance into this ApplicationBusEvent.Builder instance.
withMetaData(EventMetaData) - Method in class org.refcodes.eventbus.ext.application.DestroyBusEvent.Builder
Merges all not-null values of the provided EventMetaData instance into this DestroyBusEvent.Builder instance.
withMetaData(EventMetaData) - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEvent.Builder
Merges all not-null values of the provided EventMetaData instance into this ExceptionBusEvent.Builder instance.
withMetaData(EventMetaData) - Method in class org.refcodes.eventbus.ext.application.InitializeBusEvent.Builder
Merges all not-null values of the provided EventMetaData instance into this InitializeBusEvent.Builder instance.
withMetaData(EventMetaData) - Method in class org.refcodes.eventbus.ext.application.MessageBusEvent.Builder
Merges all not-null values of the provided EventMetaData instance into this MessageBusEvent.Builder instance.
withMetaData(EventMetaData) - Method in class org.refcodes.eventbus.ext.application.PauseBusEvent.Builder
Merges all not-null values of the provided EventMetaData instance into this PauseBusEvent.Builder instance.
withMetaData(EventMetaData) - Method in class org.refcodes.eventbus.ext.application.PayloadBusEvent.Builder
Merges all not-null values of the provided EventMetaData instance into this PayloadBusEvent.Builder instance.
withMetaData(EventMetaData) - Method in class org.refcodes.eventbus.ext.application.PropertiesBusEvent.Builder
Merges all not-null values of the provided EventMetaData instance into this PropertiesBusEvent.Builder instance.
withMetaData(EventMetaData) - Method in class org.refcodes.eventbus.ext.application.ResumeBusEvent.Builder
Merges all not-null values of the provided EventMetaData instance into this ResumeBusEvent.Builder instance.
withMetaData(EventMetaData) - Method in class org.refcodes.eventbus.ext.application.StartBusEvent.Builder
Merges all not-null values of the provided EventMetaData instance into this StartBusEvent.Builder instance.
withMetaData(EventMetaData) - Method in class org.refcodes.eventbus.ext.application.StopBusEvent.Builder
Merges all not-null values of the provided EventMetaData instance into this StopBusEvent.Builder instance.
withPayload(P) - Method in class org.refcodes.eventbus.ext.application.PayloadBusEvent.Builder
withProperties(Properties) - Method in class org.refcodes.eventbus.ext.application.PropertiesBusEvent.Builder
withPublisherType(Class<?>) - Method in class org.refcodes.eventbus.ext.application.ApplicationBusEvent.Builder
withPublisherType(Class<?>) - Method in class org.refcodes.eventbus.ext.application.DestroyBusEvent.Builder
withPublisherType(Class<?>) - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEvent.Builder
withPublisherType(Class<?>) - Method in class org.refcodes.eventbus.ext.application.InitializeBusEvent.Builder
withPublisherType(Class<?>) - Method in class org.refcodes.eventbus.ext.application.MessageBusEvent.Builder
withPublisherType(Class<?>) - Method in class org.refcodes.eventbus.ext.application.PauseBusEvent.Builder
withPublisherType(Class<?>) - Method in class org.refcodes.eventbus.ext.application.PayloadBusEvent.Builder
withPublisherType(Class<?>) - Method in class org.refcodes.eventbus.ext.application.PropertiesBusEvent.Builder
withPublisherType(Class<?>) - Method in class org.refcodes.eventbus.ext.application.ResumeBusEvent.Builder
withPublisherType(Class<?>) - Method in class org.refcodes.eventbus.ext.application.StartBusEvent.Builder
withPublisherType(Class<?>) - Method in class org.refcodes.eventbus.ext.application.StopBusEvent.Builder
withSource(ApplicationBus) - Method in class org.refcodes.eventbus.ext.application.ApplicationBusEvent.Builder
withSource(ApplicationBus) - Method in class org.refcodes.eventbus.ext.application.DestroyBusEvent.Builder
withSource(ApplicationBus) - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEvent.Builder
withSource(ApplicationBus) - Method in class org.refcodes.eventbus.ext.application.InitializeBusEvent.Builder
withSource(ApplicationBus) - Method in class org.refcodes.eventbus.ext.application.MessageBusEvent.Builder
withSource(ApplicationBus) - Method in class org.refcodes.eventbus.ext.application.PauseBusEvent.Builder
withSource(ApplicationBus) - Method in class org.refcodes.eventbus.ext.application.PayloadBusEvent.Builder
withSource(ApplicationBus) - Method in class org.refcodes.eventbus.ext.application.PropertiesBusEvent.Builder
withSource(ApplicationBus) - Method in class org.refcodes.eventbus.ext.application.ResumeBusEvent.Builder
withSource(ApplicationBus) - Method in class org.refcodes.eventbus.ext.application.StartBusEvent.Builder
withSource(ApplicationBus) - Method in class org.refcodes.eventbus.ext.application.StopBusEvent.Builder
withUniversalId(String) - Method in class org.refcodes.eventbus.ext.application.ApplicationBusEvent.Builder
withUniversalId(String) - Method in class org.refcodes.eventbus.ext.application.DestroyBusEvent.Builder
withUniversalId(String) - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEvent.Builder
withUniversalId(String) - Method in class org.refcodes.eventbus.ext.application.InitializeBusEvent.Builder
withUniversalId(String) - Method in class org.refcodes.eventbus.ext.application.MessageBusEvent.Builder
withUniversalId(String) - Method in class org.refcodes.eventbus.ext.application.PauseBusEvent.Builder
withUniversalId(String) - Method in class org.refcodes.eventbus.ext.application.PayloadBusEvent.Builder
withUniversalId(String) - Method in class org.refcodes.eventbus.ext.application.PropertiesBusEvent.Builder
withUniversalId(String) - Method in class org.refcodes.eventbus.ext.application.ResumeBusEvent.Builder
withUniversalId(String) - Method in class org.refcodes.eventbus.ext.application.StartBusEvent.Builder
withUniversalId(String) - Method in class org.refcodes.eventbus.ext.application.StopBusEvent.Builder

_

_message - Variable in class org.refcodes.eventbus.ext.application.MessageBusEvent
 
_payload - Variable in class org.refcodes.eventbus.ext.application.PayloadBusEvent
 
_properties - Variable in class org.refcodes.eventbus.ext.application.PropertiesBusEvent
 
A B C D E G I L M O P R S T U W _ 
All Classes and Interfaces|All Packages