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 aTrythat might contain theRequestHeaderContainerof the current context.
-
Method Details
-
tryGetRequestHeaders
Returns aTrythat might contain theRequestHeaderContainerof the current context.- Returns:
- A
Trythat might contain theRequestHeaderContainerof the current context.
-