Interface ServiceContextAccessor<SCTX>

Type Parameters:
SCTX - The type to be used for the Service's context.
All Known Subinterfaces:
ServiceContextAccessor.ServiceContextProperty<SCTX>, ServiceDescriptor<S,SCTX>
All Known Implementing Classes:
ServiceDescriptorImpl

public interface ServiceContextAccessor<SCTX>
Provides an accessor for Service's context property.
  • Method Details

    • getServiceContext

      SCTX getServiceContext()
      Retrieves the Service's context property from the property.
      Returns:
      Returns the Service property stored by the property.