Uses of Class
org.springframework.cloud.function.web.RequestProcessor.FunctionWrapper
-
Packages that use RequestProcessor.FunctionWrapper Package Description org.springframework.cloud.function.web -
-
Uses of RequestProcessor.FunctionWrapper in org.springframework.cloud.function.web
Methods in org.springframework.cloud.function.web that return RequestProcessor.FunctionWrapper Modifier and Type Method Description RequestProcessor.FunctionWrapperRequestProcessor.FunctionWrapper. argument(String argument)RequestProcessor.FunctionWrapperRequestProcessor.FunctionWrapper. argument(org.reactivestreams.Publisher<String> argument)RequestProcessor.FunctionWrapperRequestProcessor.FunctionWrapper. headers(org.springframework.http.HttpHeaders headers)RequestProcessor.FunctionWrapperRequestProcessor.FunctionWrapper. params(org.springframework.util.MultiValueMap<String,String> params)static RequestProcessor.FunctionWrapperRequestProcessor. wrapper(SimpleFunctionRegistry.FunctionInvocationWrapper function)Methods in org.springframework.cloud.function.web with parameters of type RequestProcessor.FunctionWrapper Modifier and Type Method Description reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<?>>RequestProcessor. get(RequestProcessor.FunctionWrapper wrapper)reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<?>>RequestProcessor. post(RequestProcessor.FunctionWrapper wrapper, String body, boolean stream)reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<?>>RequestProcessor. response(RequestProcessor.FunctionWrapper wrapper, Object body, boolean stream)reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<?>>RequestProcessor. stream(RequestProcessor.FunctionWrapper functionWrapper)
-