Uses of Interface
org.refcodes.eventbus.ext.application.MessageBus
-
-
Uses of MessageBus in org.refcodes.eventbus.ext.application
Subinterfaces of MessageBus in org.refcodes.eventbus.ext.application Modifier and Type Interface Description interface
ApplicationBus
TheApplicationBus
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
.interface
MessagePropertiesBus
TheMessagePropertiesBus
extends theApplicationBus
with convenience functionality common to everyday application and service development regarding dispatching ofProperties
instances.Classes in org.refcodes.eventbus.ext.application that implement MessageBus Modifier and Type Class Description class
ApplicationBusImpl
ApplicationBusImpl
implements theApplicationBus
, extending theApplicationBus
with convenience functionality common to everyday application and service development.
-