Package org.refcodes.servicebus
Interface ServiceContextAccessor.ServiceContextMutator<SCTX>
-
- Type Parameters:
SCTX- the generic type
- All Known Subinterfaces:
ServiceContextAccessor.ServiceContextProperty<SCTX>
- Enclosing interface:
- ServiceContextAccessor<SCTX>
public static interface ServiceContextAccessor.ServiceContextMutator<SCTX>Provides a mutator forService's context property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetServiceContext(SCTX aServiceContext)Sets theService's context property for the property.
-