Package org.refcodes.servicebus
Interface ServiceBusAccessor<S extends Service<?>>
-
- Type Parameters:
S- The type to be used for theService.
- All Known Subinterfaces:
ServiceBusAccessor.ServiceBusProperty<S>,ServiceContext<S>
- All Known Implementing Classes:
ServiceContextImpl
public interface ServiceBusAccessor<S extends Service<?>>Provides an accessor for aServiceBusproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServiceBusAccessor.ServiceBusMutator<S extends Service<?>>Provides a mutator for aServiceBusproperty.static interfaceServiceBusAccessor.ServiceBusProperty<S extends Service<?>>Provides aServiceBusproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceBus<S>getServiceBus()Retrieves theServiceBusproperty from the property.
-
-
-
Method Detail
-
getServiceBus
ServiceBus<S> getServiceBus()
Retrieves theServiceBusproperty from the property.- Returns:
- Returns the
ServiceBusproperty stored by the property.
-
-