Package | Description |
---|---|
org.springframework.messaging.handler.invocation.reactive |
Common infrastructure for invoking message handler methods with non-blocking,
and reactive contracts.
|
Modifier and Type | Method and Description |
---|---|
ReturnValueHandlerConfigurer |
AbstractMethodMessageHandler.getReturnValueHandlerConfigurer()
Return the configured return value handlers.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMethodMessageHandler.setReturnValueHandlerConfigurer(ReturnValueHandlerConfigurer configurer)
Configure custom return value handlers for handler methods.
|