public static class RequestProcessor.FunctionWrapper extends Object
Constructor and Description |
---|
FunctionWrapper(Function<? extends org.reactivestreams.Publisher<?>,? extends org.reactivestreams.Publisher<?>> function,
Supplier<? extends org.reactivestreams.Publisher<?>> supplier) |
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<String> |
argument() |
RequestProcessor.FunctionWrapper |
argument(org.reactivestreams.Publisher<String> argument) |
RequestProcessor.FunctionWrapper |
argument(String argument) |
Function<org.reactivestreams.Publisher<?>,org.reactivestreams.Publisher<?>> |
function() |
Object |
handler() |
org.springframework.http.HttpHeaders |
headers() |
RequestProcessor.FunctionWrapper |
headers(org.springframework.http.HttpHeaders headers) |
org.springframework.util.MultiValueMap<String,String> |
params() |
RequestProcessor.FunctionWrapper |
params(org.springframework.util.MultiValueMap<String,String> params) |
Supplier<org.reactivestreams.Publisher<?>> |
supplier() |
public Object handler()
public Function<org.reactivestreams.Publisher<?>,org.reactivestreams.Publisher<?>> function()
public Supplier<org.reactivestreams.Publisher<?>> supplier()
public org.springframework.http.HttpHeaders headers()
public RequestProcessor.FunctionWrapper headers(org.springframework.http.HttpHeaders headers)
public RequestProcessor.FunctionWrapper params(org.springframework.util.MultiValueMap<String,String> params)
public RequestProcessor.FunctionWrapper argument(org.reactivestreams.Publisher<String> argument)
public RequestProcessor.FunctionWrapper argument(String argument)
public org.reactivestreams.Publisher<String> argument()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.