Package org.refcodes.servicebus
Interface ServiceContextAccessor<SCTX>
-
- Type Parameters:
SCTX- The type to be used for theService's context.
- All Known Subinterfaces:
ServiceContextAccessor.ServiceContextProperty<SCTX>,ServiceDescriptor<S,SCTX>
- All Known Implementing Classes:
ServiceDescriptorImpl
public interface ServiceContextAccessor<SCTX>Provides an accessor forService's context property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServiceContextAccessor.ServiceContextMutator<SCTX>Provides a mutator forService's context property.static interfaceServiceContextAccessor.ServiceContextProperty<SCTX>Provides aService's context property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SCTXgetServiceContext()Retrieves theService's context property from the property.
-