Package org.refcodes.servicebus
Interface ServiceContextAccessor.ServiceContextProperty<SCTX>
-
- Type Parameters:
SCTX- the generic type
- All Superinterfaces:
ServiceContextAccessor<SCTX>,ServiceContextAccessor.ServiceContextMutator<SCTX>
- Enclosing interface:
- ServiceContextAccessor<SCTX>
public static interface ServiceContextAccessor.ServiceContextProperty<SCTX> extends ServiceContextAccessor<SCTX>, ServiceContextAccessor.ServiceContextMutator<SCTX>
Provides aService's context property.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.servicebus.ServiceContextAccessor
ServiceContextAccessor.ServiceContextMutator<SCTX>, ServiceContextAccessor.ServiceContextProperty<SCTX>
-
-
Method Summary
-
Methods inherited from interface org.refcodes.servicebus.ServiceContextAccessor
getServiceContext
-
Methods inherited from interface org.refcodes.servicebus.ServiceContextAccessor.ServiceContextMutator
setServiceContext
-
-