public class RoutingFunction extends Object implements Function<org.reactivestreams.Publisher<org.springframework.messaging.Message<?>>,org.reactivestreams.Publisher<?>>
Message is used as a canonical representation of a request which
contains some metadata and it is the responsibility of the higher level
framework to convert the incoming request into a Message. For example;
spring-cloud-function-web will create Message from HttpRequest copying all
HTTP headers as message headers.| Modifier and Type | Field and Description |
|---|---|
static String |
FUNCTION_NAME
The name of this function use by BeanFactory.
|
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<?> |
apply(org.reactivestreams.Publisher<org.springframework.messaging.Message<?>> input) |
public static final String FUNCTION_NAME
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.