Uses of Interface
org.refcodes.servicebus.ServiceBus
-
-
Uses of ServiceBus in org.refcodes.servicebus
Classes in org.refcodes.servicebus that implement ServiceBus Modifier and Type Class Description classServiceBusImpl<S extends Service<?>,SCTX extends ServiceContext<S>>The Class ServiceBusImpl.Methods in org.refcodes.servicebus that return ServiceBus Modifier and Type Method Description ServiceBus<S>ServiceBusAccessor. getServiceBus()Retrieves theServiceBusproperty from the property.ServiceBus<S>ServiceContextImpl. getServiceBus()Retrieves theServiceBusproperty from the property.Constructors in org.refcodes.servicebus with parameters of type ServiceBus Constructor Description ServiceContextImpl(ServiceBus<S> aServiceBus, org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomaton aObservableLifeCycleAutomaton)Constructs theServiceContextImplto be configured with the givenObservableLifeCycleStatusAutomaton.
-