Package org.refcodes.servicebus
Interface ServiceAccessor<S extends Service<?>>
-
- Type Parameters:
S- TheServicetype property.
- All Known Subinterfaces:
ServiceAccessor.ServiceProperty<S>,ServiceDescriptor<S,SCTX>
- All Known Implementing Classes:
DuplicateServiceRuntimeException,ServiceDescriptorImpl,UnknownServiceRuntimeException
public interface ServiceAccessor<S extends Service<?>>Provides an accessor for aServiceproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServiceAccessor.ServiceMutator<S extends Service<?>>Provides a mutator for aServiceproperty.static interfaceServiceAccessor.ServiceProperty<S extends Service<?>>Provides aServiceproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SgetService()Retrieves theServiceproperty from the property.
-