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 for Service's context property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setServiceContext(SCTX aServiceContext)
    Sets the Service's context property for the property.
  • Method Details

    • setServiceContext

      void setServiceContext(SCTX aServiceContext)
      Sets the Service's context property for the property.
      Parameters:
      aServiceContext - The Service's context property to be stored by the property.