- 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.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a request property returning the builder for applying multiple build operations.static interface
Extends theRequestAccessor
with a setter method.static interface
Extends theRequestAccessor
with a setter method. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the request from the request property.
-
Method Details
-
getRequest
REQ getRequest()Retrieves the request from the request property.- Returns:
- The request stored by the request property.
-