Index
All Classes and Interfaces|All Packages
A
- apply(Message<?>) - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionConfiguration.HttpRequestFunction
C
- convert(String) - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionConfiguration.HttpMethodConverter
G
- getBodyExpression() - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
- getExpectedResponseType() - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
- getHeadersExpression() - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
- getHttpMethodExpression() - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
- getReplyExpression() - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
- getTimeout() - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
- getUrlExpression() - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
H
- httpMethodConverter() - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionConfiguration
- HttpMethodConverter() - Constructor for class org.springframework.cloud.fn.http.request.HttpRequestFunctionConfiguration.HttpMethodConverter
- httpRequestFunction(WebClient.Builder, HttpRequestFunctionProperties) - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionConfiguration
- HttpRequestFunction(WebClient, HttpRequestFunctionProperties) - Constructor for class org.springframework.cloud.fn.http.request.HttpRequestFunctionConfiguration.HttpRequestFunction
- HttpRequestFunctionConfiguration - Class in org.springframework.cloud.fn.http.request
-
Configuration for a
Functionthat makes HTTP requests to a resource and for each request, returns aResponseEntity. - HttpRequestFunctionConfiguration() - Constructor for class org.springframework.cloud.fn.http.request.HttpRequestFunctionConfiguration
- HttpRequestFunctionConfiguration.HttpMethodConverter - Class in org.springframework.cloud.fn.http.request
- HttpRequestFunctionConfiguration.HttpRequestFunction - Class in org.springframework.cloud.fn.http.request
-
Function that accepts a
Flux<Message<?>>containing body and headers and returns aFlux<ResponseEntity<?>>. - HttpRequestFunctionProperties - Class in org.springframework.cloud.fn.http.request
-
Configuration properties for the Http Client Processor module.
- HttpRequestFunctionProperties() - Constructor for class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
O
- org.springframework.cloud.fn.http.request - package org.springframework.cloud.fn.http.request
S
- setBodyExpression(Expression) - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
- setExpectedResponseType(Class<?>) - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
- setHeadersExpression(Expression) - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
- setHttpMethodExpression(Expression) - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
- setReplyExpression(Expression) - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
- setTimeout(long) - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
- setUrlExpression(Expression) - Method in class org.springframework.cloud.fn.http.request.HttpRequestFunctionProperties
All Classes and Interfaces|All Packages