Skip navigation links
A E G M O P T 

A

ApplicationBus - Interface in org.refcodes.eventbus.ext.application
The ApplicationBus extends the EventBus with convenience functionality common to everyday application and service development.
ApplicationBusImpl - Class in org.refcodes.eventbus.ext.application
ApplicationBusImpl implements the ApplicationBus, extending the EventBus with convenience functionality common to everyday application and service development.
ApplicationBusImpl() - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusImpl
Constructs the ApplicationBus with the DispatchStrategy being DispatchStrategy.CASCADE when publishing events.
ApplicationBusImpl(DispatchStrategy, ExecutorService) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusImpl
Constructs the ApplicationBus with the DispatchStrategy being DispatchStrategy.CASCADE when publishing events.
ApplicationBusImpl(DispatchStrategy, int) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusImpl
Constructs the ApplicationBus with the given DispatchStrategy when publishing events.
ApplicationBusImpl(DispatchStrategy) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusImpl
Constructs the ApplicationBus with the given DispatchStrategy when publishing events.
ApplicationBusImpl(ExecutorService) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusImpl
Constructs the ApplicationBus with the DispatchStrategy being DispatchStrategy.CASCADE when publishing events.
ApplicationBusImpl(int) - Constructor for class org.refcodes.eventbus.ext.application.ApplicationBusImpl
Constructs the ApplicationBus with the DispatchStrategy being DispatchStrategy.CASCADE when publishing events.

E

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(Throwable, Class<?>, EventBus) - 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, Class<?>, EventBus) - 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, EventMetaData, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
Constructs an event with the given Meta-Data.
ExceptionBusEventImpl(Enum<?>, Throwable, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
Constructs an event with the given Meta-Data.
ExceptionBusEventImpl(Enum<?>, Throwable, String, EventBus) - 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, String, String, String, Class<?>, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
Constructs an event with the given values for the according properties.
ExceptionBusEventImpl(Throwable, EventMetaData, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
Constructs an event with the given Meta-Data.
ExceptionBusEventImpl(Throwable, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
Constructs an event with the given Meta-Data.
ExceptionBusEventImpl(Throwable, String, EventBus) - 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, String, String, String, Class<?>, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
Constructs an event with the given values for the according properties.

G

getException() - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
getMessage() - Method in class org.refcodes.eventbus.ext.application.MessageBusEventImpl
getProperties() - Method in class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl

M

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(String, Class<?>, EventBus) - 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, Class<?>, EventBus) - 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, EventMetaData, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
Constructs an event with the given Meta-Data.
MessageBusEventImpl(Enum<?>, String, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
Constructs an event with the given Meta-Data.
MessageBusEventImpl(Enum<?>, String, String, EventBus) - 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, String, String, String, Class<?>, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
Constructs an event with the given values for the according properties.
MessageBusEventImpl(String, EventMetaData, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
Constructs an event with the given Meta-Data.
MessageBusEventImpl(String, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
Constructs an event with the given Meta-Data.
MessageBusEventImpl(String, String, EventBus) - 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, String, String, String, Class<?>, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.MessageBusEventImpl
Constructs an event with the given values for the according properties.

O

org.refcodes.eventbus.ext.application - package org.refcodes.eventbus.ext.application
 

P

PayloadBusEvent<P> - Interface in org.refcodes.eventbus.ext.application
Intuitive Meta-Interface for the ActionPayloadMetaDataEvent as used by the EventBus.
PayloadBusEvent.PayloadEventBuilder<P> - Interface in org.refcodes.eventbus.ext.application
Intuitive Meta-Interface for the ActionPayloadMetaDataEvent.ActionPayloadMetaDataEventBuilder as used by the EventBus.
PayloadBusEventBuilderImpl<P> - Class in org.refcodes.eventbus.ext.application
Intuitive Meta-Class for the ActionPayloadMetaDataEventBuilderImpl as used by the EventBus.
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<?>, 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<?>, 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(Enum<?>, P, Object) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventBuilderImpl
Constructs an event with the given Meta-Data.
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(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(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.
PayloadBusEventBuilderImpl(P, 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 the EventBus.
PayloadBusEventImpl(Enum<?>, P, Class<?>, EventBus) - 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, EventBus) - 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, String, String, String, Class<?>, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
Constructs an event with the given values for the according properties.
PayloadBusEventImpl(Enum<?>, P, EventMetaData, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
Constructs an event with the given Meta-Data.
PayloadBusEventImpl(Enum<?>, P, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
Constructs an event with the given Meta-Data.
PayloadBusEventImpl(P, Class<?>, EventBus) - 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, EventBus) - 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, String, String, String, Class<?>, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
Constructs an event with the given values for the according properties.
PayloadBusEventImpl(P, EventMetaData, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
Constructs an event with the given Meta-Data.
PayloadBusEventImpl(P, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.PayloadBusEventImpl
Constructs an event with the given Meta-Data.
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(Properties, Class<?>, EventBus) - 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, Class<?>, EventBus) - 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, EventMetaData, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
Constructs an event with the given Meta-Data.
PropertiesBusEventImpl(Enum<?>, Properties, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
Constructs an event with the given Meta-Data.
PropertiesBusEventImpl(Enum<?>, Properties, String, EventBus) - 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, String, String, String, Class<?>, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
Constructs an event with the given values for the according properties.
PropertiesBusEventImpl(Properties, EventMetaData, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
Constructs an event with the given Meta-Data.
PropertiesBusEventImpl(Properties, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
Constructs an event with the given Meta-Data.
PropertiesBusEventImpl(Properties, String, EventBus) - 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, String, String, String, Class<?>, EventBus) - Constructor for class org.refcodes.eventbus.ext.application.PropertiesBusEventImpl
Constructs an event with the given values for the according properties.
publishException(Enum<?>, Exception, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception, String) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
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.ApplicationBus
Publishes an event with the provided exception for the given attributes.
publishException(Enum<?>, Exception, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, String) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
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.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception, String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Enum<?>, Exception, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
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.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishException(Exception, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided exception and the given attributes.
publishMessage(Enum<?>, String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String, String) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
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.ApplicationBus
Publishes an event with the provided message for the given attributes.
publishMessage(Enum<?>, String, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, String) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
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.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(String) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String, String, String, String, String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(Enum<?>, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
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.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishMessage(String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided message and the given attributes.
publishPayload(Enum<?>, P, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, String) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
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.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, String) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
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.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
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.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(Enum<?>, P, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
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.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishPayload(P, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided payload and the given attributes.
publishProperties(Enum<?>, Properties, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Enum<?>, Properties, String) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
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.ApplicationBus
Publishes an event with the provided properties for the given attributes.
publishProperties(Enum<?>, Properties, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Enum<?>, Properties) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, Class<?>) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, String) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
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.ApplicationBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, EventMetaData) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Enum<?>, Properties, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Enum<?>, Properties, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
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.ApplicationBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Enum<?>, Properties, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Enum<?>, Properties, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, Class<?>, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, String, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
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.ApplicationBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, EventMetaData, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided properties and the given attributes.
publishProperties(Properties, DispatchStrategy) - Method in interface org.refcodes.eventbus.ext.application.ApplicationBus
Publishes an event with the provided properties and the given attributes.

T

toString() - Method in class org.refcodes.eventbus.ext.application.ExceptionBusEventImpl
toString() - Method in class org.refcodes.eventbus.ext.application.MessageBusEventImpl
A E G M O P T 
Skip navigation links

Copyright © 2018. All rights reserved.