Class MessageFunction
java.lang.Object
org.springframework.cloud.function.context.catalog.MessageFunction
- All Implemented Interfaces:
Function<org.reactivestreams.Publisher<?>,org.reactivestreams.Publisher<org.springframework.messaging.Message<?>>>
public class MessageFunction
extends Object
implements Function<org.reactivestreams.Publisher<?>,org.reactivestreams.Publisher<org.springframework.messaging.Message<?>>>
- Since:
- 2.1
- Author:
- Dave Syer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<org.springframework.messaging.Message<?>>apply(org.reactivestreams.Publisher<?> input)
-
Constructor Details
-
MessageFunction
-
-
Method Details