Interface RequestAccessor<REQ>

Type Parameters:
REQ - The type of the request to be used.
All Known Subinterfaces:
RequestAccessor.RequestProperty<REQ>

public interface RequestAccessor<REQ>
Provides access to a request property for e.g. key / request pair.
  • Method Details

    • getRequest

      REQ getRequest()
      Retrieves the request from the request property.
      Returns:
      The request stored by the request property.