Interface ContextAccessor<CTX>

Type Parameters:
CTX - The type of the context to be used.
All Known Subinterfaces:
ContextAccessor.ContextProperty<CTX>
All Known Implementing Classes:
ConfigureException, ConfigureException.ConfigureRuntimeException

public interface ContextAccessor<CTX>
Provides an accessor for a context property for e.g. a service or a component.
  • Method Details

    • getContext

      CTX getContext()
      Retrieves the context from the context property.
      Returns:
      The context stored by the context property.