Interface RequestHeaderFacade
- All Known Implementing Classes:
DefaultRequestHeaderFacade
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This class provides access to the
RequestHeaderContainer
for the current context.-
Method Summary
Modifier and TypeMethodDescriptionio.vavr.control.Try<RequestHeaderContainer>
Returns aTry
that might contain theRequestHeaderContainer
of the current context.
-
Method Details
-
tryGetRequestHeaders
Returns aTry
that might contain theRequestHeaderContainer
of the current context.- Returns:
- A
Try
that might contain theRequestHeaderContainer
of the current context.
-