public interface MessageRoutingCallback
RoutingFunction and used to determine the name of the
route-to function definition.
While RoutingFunction provides several mechanisms to determine the route-to function definition
this callback takes precedence over all of them.| Modifier and Type | Method and Description |
|---|---|
String |
functionDefinition(org.springframework.messaging.Message<?> message)
Determines the name of the function definition to route incoming
Message. |
String functionDefinition(org.springframework.messaging.Message<?> message)
Message.message - instance of incoming MessageCopyright © 2021 Pivotal Software, Inc.. All rights reserved.