public class DefaultMessageRoutingHandler extends Object implements Consumer<org.springframework.messaging.Message<?>>
RoutingFunction. When registered as a bean, RoutingFunction will not throw
an exception if it can not route message and instead such message will be routed to this function.
Its default implementation simply logs the un-routable event.
Users are encouraged to provide their own implementation of this class.| Constructor and Description |
|---|
DefaultMessageRoutingHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.springframework.messaging.Message<?> message) |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.