Interface ResponseAccessor<RES>

Type Parameters:
RES - The type of the response to be used.
All Known Subinterfaces:
ResponseAccessor.ResponseProperty<RES>

public interface ResponseAccessor<RES>
Provides access to a response property for e.g. key / response pair.
  • Method Details

    • getResponse

      RES getResponse()
      Retrieves the response from the response property.
      Returns:
      The response stored by the response property.