A C D E G I L M O P R S T U
A
- actionEqualWith(A) - Static method in class org.refcodes.eventbus.ext.application.ApplicationMatcherSugar
-
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.ApplicationMatcherSugar
-
Factory method to create an "EQUAL WITH" matcher for the given name compared with the name stored in the
EventMetaData
. - and(ApplicationMatcher...) - Static method in class org.refcodes.eventbus.ext.application.ApplicationMatcherSugar
-
Factory method to create an "AND" matcher for the given matchers.
- ApplicationBus - Interface in org.refcodes.eventbus.ext.application
-
The
ApplicationBus
extends theGenericEventBus
with convenience functionality common to everyday application and service development as defined by the interfacesPayloadBus
,PropertiesBus
,MessageBus
,ExceptionBus
as well asLifeCycleBus
on top of theGenericEventBus
. - ApplicationBusImpl - Class in org.refcodes.eventbus.ext.application
-
ApplicationBusImpl
implements theApplicationBus
, extending theApplicationBus
with convenience functionality common to everyday application and service development. - ApplicationBusImpl() - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusImpl
-
Constructs the
ApplicationBus
with theDispatchStrategy
beingDispatchStrategy.CASCADE
when publishing events. - ApplicationBusImpl(int) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusImpl
-
Constructs the
ApplicationBus
with theDispatchStrategy
beingDispatchStrategy.CASCADE
when publishing events. - ApplicationBusImpl(ExecutorService) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusImpl
-
Constructs the
ApplicationBus
with theDispatchStrategy
beingDispatchStrategy.CASCADE
when publishing events. - ApplicationBusImpl(DispatchStrategy) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusImpl
-
Constructs the
ApplicationBus
with the givenDispatchStrategy
when publishing events. - ApplicationBusImpl(DispatchStrategy, int) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusImpl
-
Constructs the
ApplicationBus
with the givenDispatchStrategy
when publishing events. - ApplicationBusImpl(DispatchStrategy, ExecutorService) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusImpl
-
Constructs the
ApplicationBus
with theDispatchStrategy
beingDispatchStrategy.CASCADE
when publishing events. - ApplicationEvent - Interface in org.refcodes.eventbus.ext.application
-
Intuitive Meta-Interface for the
ApplicationEvent
as used by theApplicationBus
. - ApplicationEvent.ApplicationEventBuilder - Interface in org.refcodes.eventbus.ext.application
-
Intuitive Meta-Interface for the
ApplicationEvent.ApplicationEventBuilder
as used by theApplicationBus
. - ApplicationEventBuilderImpl - Class in org.refcodes.eventbus.ext.application
-
Intuitive Meta-Class for the
ActionMetaDataEventBuilderImpl
as used by theApplicationBus
. - ApplicationEventBuilderImpl(Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- ApplicationEventBuilderImpl(Enum<?>, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- ApplicationEventBuilderImpl(Enum<?>, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
-
Constructs an event with the given values for the according properties.
- ApplicationEventBuilderImpl(Enum<?>, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- ApplicationEventBuilderImpl(Enum<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
-
Constructs an event with the given Meta-Data.
- ApplicationEventBuilderImpl(Enum<?>, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
-
Constructs an event with the given Meta-Data.
- ApplicationEventBuilderImpl(String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
-
Constructs an event with the given values for the according properties.
- ApplicationEventBuilderImpl(String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- ApplicationEventBuilderImpl(ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
-
Constructs an event with the given Meta-Data.
- ApplicationEventBuilderImpl(EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
-
Constructs an event with the given Meta-Data.
- ApplicationEventImpl - Class in org.refcodes.eventbus.ext.application
-
Intuitive Meta-Class for the
ActionMetaDataEventImpl
as used by theApplicationBus
. - ApplicationEventImpl(Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- ApplicationEventImpl(Enum<?>, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- ApplicationEventImpl(Enum<?>, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventImpl
-
Constructs an event with the given values for the according properties.
- ApplicationEventImpl(Enum<?>, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- ApplicationEventImpl(Enum<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventImpl
-
Constructs an event with the given Meta-Data.
- ApplicationEventImpl(Enum<?>, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventImpl
-
Constructs an event with the given Meta-Data.
- ApplicationEventImpl(String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventImpl
-
Constructs an event with the given values for the according properties.
- ApplicationEventImpl(String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- ApplicationEventImpl(ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventImpl
-
Constructs an event with the given Meta-Data.
- ApplicationEventImpl(EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationEventImpl
-
Constructs an event with the given Meta-Data.
- ApplicationMatcher - Interface in org.refcodes.eventbus.ext.application
-
A convenience definition of an
EventMatcher
for the ready to use out of the boxEventBusImpl
implementation of the genericGenericEventBus
definition. - ApplicationMatcherSugar - Class in org.refcodes.eventbus.ext.application
-
Declarative syntactic sugar which may be statically imported in order to allow declarative definitions for the
ApplicationMatcher
elements. - ApplicationMatcherSugar() - Constructor for class org.refcodes.eventbus.ext.application.ApplicationMatcherSugar
- ApplicationObserver - Interface in org.refcodes.eventbus.ext.application
-
A convenience definition of an
Observer
for the ready to use out of the boxEventBusImpl
implementation of the genericGenericEventBus
definition.
C
- catchAll() - Static method in class org.refcodes.eventbus.ext.application.ApplicationMatcherSugar
-
Catches all events, no matching is done.
- catchNone() - Static method in class org.refcodes.eventbus.ext.application.ApplicationMatcherSugar
-
Catches no event, no matching is done.
- channelEqualWith(String) - Static method in class org.refcodes.eventbus.ext.application.ApplicationMatcherSugar
-
Factory method to create an "EQUAL WITH" matcher for the given channel compared with the channel stored in the
EventMetaData
.
D
- DestroyBus - Interface in org.refcodes.eventbus.ext.application
-
The
DestroyBus
extends theApplicationBus
with convenience functionality common to everyday application and service development regarding dispatching ofDestroyBusEvent
instances. - DestroyBusEvent - Class in org.refcodes.eventbus.ext.application
-
Implementation of the
LifeCycleBusEvent
forLifeCycleRequest.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.
E
- ExceptionBus - Interface in org.refcodes.eventbus.ext.application
-
The
ExceptionBus
extends theApplicationBus
with convenience functionality common to everyday application and service development regarding dispatching ofThrowable
instances. - ExceptionBusEvent - Interface in org.refcodes.eventbus.ext.application
-
An event indication an erroneous situation.
- ExceptionBusEventImpl - Class in org.refcodes.eventbus.ext.application
-
Implementation of the
ExceptionBusEvent
. - ExceptionBusEventImpl(Enum<?>, Throwable, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- ExceptionBusEventImpl(Enum<?>, Throwable, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
-
Constructs an event with the given values for the according properties.
- ExceptionBusEventImpl(Enum<?>, Throwable, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
-
Constructs an event with the given values for the according properties.
- ExceptionBusEventImpl(Enum<?>, Throwable, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- ExceptionBusEventImpl(Enum<?>, Throwable, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
-
Constructs an event with the given Meta-Data.
- ExceptionBusEventImpl(Enum<?>, Throwable, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
-
Constructs an event with the given Meta-Data.
- ExceptionBusEventImpl(Throwable, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- ExceptionBusEventImpl(Throwable, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
-
Constructs an event with the given values for the according properties.
- ExceptionBusEventImpl(Throwable, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
-
Constructs an event with the given values for the according properties.
- ExceptionBusEventImpl(Throwable, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- ExceptionBusEventImpl(Throwable, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
-
Constructs an event with the given Meta-Data.
- ExceptionBusEventImpl(Throwable, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
-
Constructs an event with the given Meta-Data.
G
- getException() - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
- getMessage() - Method in class org.refcodes.eventbus.ext.application.MessageBusEventImpl
- getMetaData() - Method in class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
- getProperties() - Method in class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
- getSource() - Method in class org.refcodes.eventbus.ext.application.DestroyBusEvent
- getSource() - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
- getSource() - Method in class org.refcodes.eventbus.ext.application.InitializeBusEvent
- groupEqualWith(String) - Static method in class org.refcodes.eventbus.ext.application.ApplicationMatcherSugar
-
Factory method to create an "EQUAL WITH" matcher for the given group compared with the group stored in the
EventMetaData
.
I
- InitializeBus - Interface in org.refcodes.eventbus.ext.application
-
The
InitializeBus
extends theApplicationBus
with convenience functionality common to everyday application and service development regarding dispatching ofInitializeBusEvent
instances. - InitializeBusEvent - Class in org.refcodes.eventbus.ext.application
-
Implementation of the
LifeCycleBusEvent
forLifeCycleRequest.INITIALIZE
with an additionalProperties
object for configuration. - InitializeBusEvent(String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
-
Instantiates a new initialize event.
- InitializeBusEvent(Properties, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
-
Instantiates a new initialize event.
- InitializeBusEvent(Properties, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
-
Instantiates a new initialize event.
- InitializeBusEvent(Properties, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
-
Instantiates a new initialize event.
- InitializeBusEvent(Properties, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
-
Instantiates a new initialize event.
- InitializeBusEvent(Properties, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
-
Instantiates a new initialize event.
- InitializeBusEvent(Properties, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
-
Instantiates a new initialize event.
- InitializeBusEvent(ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
-
Instantiates a new initialize event.
- InitializeBusEvent(EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.InitializeBusEvent
-
Instantiates a new initialize event.
- isAssignableFrom(Class<?>) - Static method in class org.refcodes.eventbus.ext.application.ApplicationMatcherSugar
-
Factory method to create an event matcher by event type.
L
- LifeCycleBus - Interface in org.refcodes.eventbus.ext.application
-
The
LifeCycleBus
extends theApplicationBus
with convenience functionality common to everyday application and service development regarding dispatching ofLifeCycleStatus
signals such asInitializeBusEvent
,StartBusEvent
,PauseBusEvent
,ResumeBusEvent
,StopBusEvent
orDestroyBusEvent
instances. - LifeCycleBusEvent - Interface in org.refcodes.eventbus.ext.application
-
The
LifeCycleBusEvent
represents aLifeCycleRequest
and might be vetoed by (depending on the firing observable) throwing aVetoException
orVetoException.VetoRuntimeException
by the accordingObserver
. - 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 theApplicationBus
with convenience functionality common to everyday application and service development regarding dispatching of messageString
instances. - MessageBusEvent - Interface in org.refcodes.eventbus.ext.application
-
An event indication a message.
- MessageBusEventImpl - Class in org.refcodes.eventbus.ext.application
-
Implementation of the
MessageBusEvent
. - MessageBusEventImpl(Enum<?>, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- MessageBusEventImpl(Enum<?>, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
-
Constructs an event with the given values for the according properties.
- MessageBusEventImpl(Enum<?>, String, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
-
Constructs an event with the given values for the according properties.
- MessageBusEventImpl(Enum<?>, String, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- MessageBusEventImpl(Enum<?>, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
-
Constructs an event with the given Meta-Data.
- MessageBusEventImpl(Enum<?>, String, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
-
Constructs an event with the given Meta-Data.
- MessageBusEventImpl(String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- MessageBusEventImpl(String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
-
Constructs an event with the given values for the according properties.
- MessageBusEventImpl(String, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
-
Constructs an event with the given values for the according properties.
- MessageBusEventImpl(String, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- MessageBusEventImpl(String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
-
Constructs an event with the given Meta-Data.
- MessageBusEventImpl(String, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
-
Constructs an event with the given Meta-Data.
- MessagePropertiesBus - Interface in org.refcodes.eventbus.ext.application
-
The
MessagePropertiesBus
extends theApplicationBus
with convenience functionality common to everyday application and service development regarding dispatching ofProperties
instances.
O
- onAction(Class<EVT>, Enum<?>, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onAction(Enum<?>, Observer<ApplicationEvent>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onActions(Class<EVT>, Observer<EVT>, Enum<?>...) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onActions(Observer<ApplicationEvent>, Enum<?>...) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onAlias(Class<EVT>, String, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onAlias(String, Observer<ApplicationEvent>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onCatchAll(Observer<ApplicationEvent>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onChannel(Class<EVT>, String, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onChannel(String, Observer<ApplicationEvent>) - Method in interface 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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forDestroyBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forDestroyBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forDestroyBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forDestroyBusEvent
instances with the given attributes. - onDestroy(Enum<?>, Observer<DestroyBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forDestroyBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forDestroyBusEvent
instances with the given attributes. - onDestroy(String, Observer<DestroyBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.DestroyBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forDestroyBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forDestroyBusEvent
instances. - onEvent(Class<?>, Observer<ApplicationEvent>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onEvent(Class<EVT>, Class<?>, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onEvent(Class<EVT>, Enum<?>, Class<?>, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onEvent(Class<EVT>, Enum<?>, String, String, String, String, Class<?>, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onEvent(Class<EVT>, Enum<?>, String, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onEvent(Class<EVT>, Enum<?>, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onEvent(Class<EVT>, String, String, String, String, Class<?>, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onEvent(Class<EVT>, String, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onEvent(Enum<?>, Class<?>, Observer<ApplicationEvent>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onEvent(Enum<?>, String, String, String, String, Class<?>, Observer<ApplicationEvent>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onEvent(Enum<?>, String, Observer<ApplicationEvent>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onEvent(Enum<?>, Observer<ApplicationEvent>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onEvent(String, String, String, String, Class<?>, Observer<ApplicationEvent>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onEvent(String, Observer<ApplicationEvent>) - Method in interface 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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forExceptionBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forExceptionBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forExceptionBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forExceptionBusEvent
instances with the given attributes. - onException(Enum<?>, Observer<ExceptionBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forExceptionBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forExceptionBusEvent
instances with the given attributes. - onException(String, Observer<ExceptionBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forExceptionBusEvent
instances with the given attributes. - onException(Observer<ExceptionBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ExceptionBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forExceptionBusEvent
instances. - onGroup(Class<EVT>, String, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onGroup(String, Observer<ApplicationEvent>) - Method in interface 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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forInitializeBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forInitializeBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forInitializeBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forInitializeBusEvent
instances with the given attributes. - onInitialize(Enum<?>, Observer<InitializeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forInitializeBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forInitializeBusEvent
instances with the given attributes. - onInitialize(String, Observer<InitializeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forInitializeBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forInitializeBusEvent
instances. - onLifeCycle(Class<?>, LifeCycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifeCycleBus
-
Subscribes a
LifeCycleBusObserver
forLifeCycleBusEvent
instances with the given attributes to be passed to the accordingLifeCycleBusObserver
methods. - onLifeCycle(Enum<?>, Class<?>, LifeCycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifeCycleBus
-
Subscribes a
LifeCycleBusObserver
forLifeCycleBusEvent
instances with the given attributes to be passed to the accordingLifeCycleBusObserver
methods. - onLifeCycle(Enum<?>, String, String, String, String, Class<?>, LifeCycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifeCycleBus
-
Subscribes a
LifeCycleBusObserver
forLifeCycleBusEvent
instances with the given attributes to be passed to the accordingLifeCycleBusObserver
methods. - onLifeCycle(Enum<?>, String, LifeCycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifeCycleBus
-
Subscribes a
LifeCycleBusObserver
forLifeCycleBusEvent
instances with the given attributes to be passed to the accordingLifeCycleBusObserver
methods. - onLifeCycle(Enum<?>, LifeCycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifeCycleBus
-
Subscribes a
LifeCycleBusObserver
forLifeCycleBusEvent
instances with the given attributes to be passed to the accordingLifeCycleBusObserver
methods. - onLifeCycle(String, String, String, String, Class<?>, LifeCycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifeCycleBus
-
Subscribes a
LifeCycleBusObserver
forLifeCycleBusEvent
instances with the given attributes to be passed to the accordingLifeCycleBusObserver
methods. - onLifeCycle(String, LifeCycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifeCycleBus
-
Subscribes a
LifeCycleBusObserver
forLifeCycleBusEvent
instances with the given attributes to be passed to the accordingLifeCycleBusObserver
methods. - onLifeCycle(LifeCycleBusObserver) - Method in interface org.refcodes.eventbus.ext.application.LifeCycleBus
-
Subscribes a
LifeCycleBusObserver
forLifeCycleBusEvent
instances to be passed to the accordingLifeCycleBusObserver
methods. - onMessage(Class<?>, Observer<MessageBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forMessageBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forMessageBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forMessageBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forMessageBusEvent
instances with the given attributes. - onMessage(Enum<?>, Observer<MessageBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forMessageBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forMessageBusEvent
instances with the given attributes. - onMessage(String, Observer<MessageBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forMessageBusEvent
instances with the given attributes. - onMessage(Observer<MessageBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.MessageBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forMessageBusEvent
instances. - onPause(Class<?>, Observer<PauseBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPauseBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPauseBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPauseBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPauseBusEvent
instances with the given attributes. - onPause(Enum<?>, Observer<PauseBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPauseBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPauseBusEvent
instances with the given attributes. - onPause(String, Observer<PauseBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PauseBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPauseBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPauseBusEvent
instances. - onPayload(Class<?>, Observer<PayloadBusEvent<?>>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPayloadBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPayloadBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPayloadBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPayloadBusEvent
instances with the given attributes. - onPayload(Enum<?>, Observer<PayloadBusEvent<?>>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPayloadBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPayloadBusEvent
instances with the given attributes. - onPayload(String, Observer<PayloadBusEvent<?>>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPayloadBusEvent
instances with the given attributes. - onPayload(Observer<PayloadBusEvent<?>>) - Method in interface org.refcodes.eventbus.ext.application.PayloadBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPayloadBusEvent
instances. - onProperties(Class<?>, Observer<PropertiesBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPropertiesBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPropertiesBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPropertiesBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPropertiesBusEvent
instances with the given attributes. - onProperties(Enum<?>, Observer<PropertiesBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPropertiesBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPropertiesBusEvent
instances with the given attributes. - onProperties(String, Observer<PropertiesBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPropertiesBusEvent
instances with the given attributes. - onProperties(Observer<PropertiesBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.PropertiesBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forPropertiesBusEvent
instances. - onResume(Class<?>, Observer<ResumeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forResumeBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forResumeBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forResumeBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forResumeBusEvent
instances with the given attributes. - onResume(Enum<?>, Observer<ResumeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forResumeBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forResumeBusEvent
instances with the given attributes. - onResume(String, Observer<ResumeBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.ResumeBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forResumeBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forResumeBusEvent
instances. - onStart(Class<?>, Observer<StartBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StartBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStartBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStartBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStartBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStartBusEvent
instances with the given attributes. - onStart(Enum<?>, Observer<StartBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StartBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStartBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStartBusEvent
instances with the given attributes. - onStart(String, Observer<StartBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StartBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStartBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStartBusEvent
instances. - onStop(Class<?>, Observer<StopBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StopBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStopBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStopBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStopBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStopBusEvent
instances with the given attributes. - onStop(Enum<?>, Observer<StopBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StopBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStopBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStopBusEvent
instances with the given attributes. - onStop(String, Observer<StopBusEvent>) - Method in interface org.refcodes.eventbus.ext.application.StopBus
-
Similar to the more generic method
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStopBusEvent
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
GenericBusObservable.subscribe(EventMatcher, Observer)
THOUGH subscribes forStopBusEvent
instances. - onType(Class<EVT>, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onUniversalId(Class<EVT>, String, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- onUniversalId(String, Observer<ApplicationEvent>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- or(ApplicationMatcher...) - Static method in class org.refcodes.eventbus.ext.application.ApplicationMatcherSugar
-
Factory method to create an "OR" matcher for the given matchers.
- org.refcodes.eventbus.ext.application - package org.refcodes.eventbus.ext.application
P
- PauseBus - Interface in org.refcodes.eventbus.ext.application
-
The
PauseBus
extends theApplicationBus
with convenience functionality common to everyday application and service development regarding dispatching ofPauseBusEvent
instances. - PauseBusEvent - Class in org.refcodes.eventbus.ext.application
-
Implementation of the
LifeCycleBusEvent
forLifeCycleRequest.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.
- PayloadBus - Interface in org.refcodes.eventbus.ext.application
-
The
PayloadBus
extends theApplicationBus
with convenience functionality common to everyday application and service development regarding dispatching of payloads. - PayloadBusEvent<P> - Interface in org.refcodes.eventbus.ext.application
-
Intuitive Meta-Interface for the
ActionPayloadMetaDataEvent
as used by theApplicationBus
. - PayloadBusEvent.PayloadEventBuilder<P> - Interface in org.refcodes.eventbus.ext.application
-
Intuitive Meta-Interface for the
ActionPayloadMetaDataEvent.ActionPayloadMetaDataEventBuilder
as used by theApplicationBus
. - PayloadBusEventBuilderImpl<P> - Class in org.refcodes.eventbus.ext.application
-
Intuitive Meta-Class for the
ActionPayloadMetaDataEventBuilderImpl
as used by theApplicationBus
. - PayloadBusEventBuilderImpl(Class<?>, Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- PayloadBusEventBuilderImpl(Enum<?>, Class<?>, Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- PayloadBusEventBuilderImpl(Enum<?>, Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
-
Constructs an event with the given Meta-Data.
- PayloadBusEventBuilderImpl(Enum<?>, String, Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- PayloadBusEventBuilderImpl(Enum<?>, String, String, String, String, Class<?>, Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
-
Constructs an event with the given values for the according properties.
- PayloadBusEventBuilderImpl(Enum<?>, EventMetaData, Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
-
Constructs an event with the given Meta-Data.
- PayloadBusEventBuilderImpl(Enum<?>, P, Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
-
Constructs an event with the given Meta-Data.
- PayloadBusEventBuilderImpl(Enum<?>, P, EventMetaData, Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
-
Constructs an event with the given Meta-Data.
- PayloadBusEventBuilderImpl(Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
-
Constructs an event with the given Meta-Data.
- PayloadBusEventBuilderImpl(String, Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- PayloadBusEventBuilderImpl(String, String, String, String, Class<?>, Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
-
Constructs an event with the given values for the according properties.
- PayloadBusEventBuilderImpl(EventMetaData, Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
-
Constructs an event with the given Meta-Data.
- PayloadBusEventBuilderImpl(P, Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
-
Constructs an event with the given Meta-Data.
- PayloadBusEventBuilderImpl(P, EventMetaData, Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
-
Constructs an event with the given Meta-Data.
- PayloadBusEventImpl<P> - Class in org.refcodes.eventbus.ext.application
-
Intuitive Meta-Class for the
ActionPayloadMetaDataEventImpl
as used by theApplicationBus
. - PayloadBusEventImpl(Enum<?>, P, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- PayloadBusEventImpl(Enum<?>, P, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
-
Constructs an event with the given values for the according properties.
- PayloadBusEventImpl(Enum<?>, P, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
-
Constructs an event with the given values for the according properties.
- PayloadBusEventImpl(Enum<?>, P, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- PayloadBusEventImpl(Enum<?>, P, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
-
Constructs an event with the given Meta-Data.
- PayloadBusEventImpl(Enum<?>, P, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
-
Constructs an event with the given Meta-Data.
- PayloadBusEventImpl(P, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- PayloadBusEventImpl(P, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
-
Constructs an event with the given values for the according properties.
- PayloadBusEventImpl(P, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
-
Constructs an event with the given values for the according properties.
- PayloadBusEventImpl(P, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- PayloadBusEventImpl(P, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
-
Constructs an event with the given Meta-Data.
- PayloadBusEventImpl(P, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
-
Constructs an event with the given Meta-Data.
- PropertiesBus - Interface in org.refcodes.eventbus.ext.application
-
The
PropertiesBus
extends theApplicationBus
with convenience functionality common to everyday application and service development regarding dispatching ofProperties
instances. - PropertiesBusEvent - Interface in org.refcodes.eventbus.ext.application
-
An event indication a properties.
- PropertiesBusEventImpl - Class in org.refcodes.eventbus.ext.application
-
Implementation of the
PropertiesBusEvent
. - PropertiesBusEventImpl(Enum<?>, Properties, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- PropertiesBusEventImpl(Enum<?>, Properties, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
-
Constructs an event with the given values for the according properties.
- PropertiesBusEventImpl(Enum<?>, Properties, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
-
Constructs an event with the given values for the according properties.
- PropertiesBusEventImpl(Enum<?>, Properties, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- PropertiesBusEventImpl(Enum<?>, Properties, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
-
Constructs an event with the given Meta-Data.
- PropertiesBusEventImpl(Enum<?>, Properties, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
-
Constructs an event with the given Meta-Data.
- PropertiesBusEventImpl(Properties, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- PropertiesBusEventImpl(Properties, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
-
Constructs an event with the given values for the according properties.
- PropertiesBusEventImpl(Properties, String, String, String, String, Class<?>, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
-
Constructs an event with the given values for the according properties.
- PropertiesBusEventImpl(Properties, String, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
-
Constructs an event with predefined values for the according properties retrieved from the caller's class.
- PropertiesBusEventImpl(Properties, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
-
Constructs an event with the given Meta-Data.
- PropertiesBusEventImpl(Properties, EventMetaData, ApplicationBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
-
Constructs an event with the given Meta-Data.
- 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.ApplicationMatcherSugar
-
Factory method to create an event matcher by event publisher type.
- publishEvent(Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(Enum<?>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(Enum<?>, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(Enum<?>, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(Enum<?>, String) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(Enum<?>, String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(Enum<?>, String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(Enum<?>, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(Enum<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(Enum<?>, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(Enum<?>, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(String) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(String, String, String, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- publishEvent(EventMetaData, DispatchStrategy) - Method in interface 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 an initialize event with the given attributes.
- publishInitialize(Class<?>) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an initialize event with the given attributes.
- publishInitialize(Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an initialize event with the given attributes.
- publishInitialize(String) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an 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 an initialize event with the given attributes.
- publishInitialize(String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an initialize event with the given attributes.
- publishInitialize(Properties) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an initialize event with the given attributes.
- publishInitialize(Properties, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an initialize event with the given attributes.
- publishInitialize(Properties, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an initialize event with the given attributes.
- publishInitialize(Properties, String) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an initialize event with the given attributes.
- publishInitialize(Properties, 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(Properties, String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an initialize event with the given attributes.
- publishInitialize(Properties, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an initialize event with the given attributes.
- publishInitialize(Properties, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an initialize event with the given attributes.
- publishInitialize(Properties, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an initialize event with the given attributes.
- publishInitialize(Properties, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an initialize event with the given attributes.
- publishInitialize(DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an initialize event with the given attributes.
- publishInitialize(EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an initialize event with the given attributes.
- publishInitialize(EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.InitializeBus
-
Publishes an 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.MessagePropertiesBus
-
Publishes an event with the provided properties 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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
Publishes an event with the provided properties for 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.MessagePropertiesBus
-
Publishes an event with the provided properties and 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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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.MessagePropertiesBus
-
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
- ResumeBus - Interface in org.refcodes.eventbus.ext.application
-
The
ResumeBus
extends theApplicationBus
with convenience functionality common to everyday application and service development regarding dispatching ofResumeBusEvent
instances. - ResumeBusEvent - Class in org.refcodes.eventbus.ext.application
-
Implementation of the
LifeCycleBusEvent
forLifeCycleRequest.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.
S
- setAlias(String) - Method in class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
- setChannel(String) - Method in class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
- setGroup(String) - Method in class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
- setMetaData(EventMetaData) - Method in class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
- setPublisherType(Class<?>) - Method in class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
- setUniversalId(String) - Method in class org.refcodes.eventbus.ext.application.ApplicationEventBuilderImpl
- StartBus - Interface in org.refcodes.eventbus.ext.application
-
The
StartBus
extends theApplicationBus
with convenience functionality common to everyday application and service development regarding dispatching ofStartBusEvent
instances. - StartBusEvent - Class in org.refcodes.eventbus.ext.application
-
Implementation of the
LifeCycleBusEvent
forLifeCycleRequest.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.
- StopBus - Interface in org.refcodes.eventbus.ext.application
-
The
StopBus
extends theApplicationBus
with convenience functionality common to everyday application and service development regarding dispatching ofStopBusEvent
instances. - StopBusEvent - Class in org.refcodes.eventbus.ext.application
-
Implementation of the
LifeCycleBusEvent
forLifeCycleRequest.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.
- subscribe(Class<EVT>, ApplicationMatcher, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
- subscribe(Class<EVT>, Observer<EVT>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
T
- toString() - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
- toString() - Method in class org.refcodes.eventbus.ext.application.MessageBusEventImpl
U
- uidIdEqualWith(String) - Static method in class org.refcodes.eventbus.ext.application.ApplicationMatcherSugar
-
Factory method to create an "EQUAL WITH" matcher for the given UID compared with the UID stored in the
EventMetaData
.