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 |
---|---|
ArgumentResolverConfigurer |
AbstractMethodMessageHandler.getArgumentResolverConfigurer()
Return the configured custom resolvers for handler method arguments.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMethodMessageHandler.setArgumentResolverConfigurer(ArgumentResolverConfigurer configurer)
Configure custom resolvers for handler method arguments.
|