Interface ServiceAccessor<S extends Service<?>>

Type Parameters:
S - The Service type property.
All Known Subinterfaces:
ServiceAccessor.ServiceProperty<S>, ServiceDescriptor<S,SCTX>
All Known Implementing Classes:
DuplicateServiceRuntimeException, ServiceDescriptorImpl, UnknownServiceRuntimeException

public interface ServiceAccessor<S extends Service<?>>
Provides an accessor for a Service property.
  • Method Details

    • getService

      S getService()
      Retrieves the Service property from the property.
      Returns:
      Returns the Service property stored by the property.