Interface ReactiveHttpHeadersProvider
- All Known Implementing Classes:
CompositeReactiveHttpHeadersProvider
public interface ReactiveHttpHeadersProvider
Is responsible to provide the
HttpHeaders used to interact with the given
Instance.-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<org.springframework.http.HttpHeaders>getHeaders(Instance instance)
-
Method Details
-
getHeaders
-