Package | Description |
---|---|
org.springframework.cloud.function.web |
Modifier and Type | Method and Description |
---|---|
RequestProcessor.FunctionWrapper |
RequestProcessor.FunctionWrapper.argument(org.reactivestreams.Publisher<String> argument) |
RequestProcessor.FunctionWrapper |
RequestProcessor.FunctionWrapper.argument(String argument) |
RequestProcessor.FunctionWrapper |
RequestProcessor.FunctionWrapper.headers(org.springframework.http.HttpHeaders headers) |
RequestProcessor.FunctionWrapper |
RequestProcessor.FunctionWrapper.params(org.springframework.util.MultiValueMap<String,String> params) |
static RequestProcessor.FunctionWrapper |
RequestProcessor.wrapper(SimpleFunctionRegistry.FunctionInvocationWrapper function) |
Modifier and Type | Method and 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) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.