Uses of Class
org.springframework.messaging.handler.invocation.reactive.ArgumentResolverConfigurer
Packages that use ArgumentResolverConfigurer Package Description org.springframework.messaging.handler.invocation.reactive Common infrastructure for invoking message handler methods with non-blocking, and reactive contracts.Uses of ArgumentResolverConfigurer in org.springframework.messaging.handler.invocation.reactive
Methods in org.springframework.messaging.handler.invocation.reactive that return ArgumentResolverConfigurer Modifier and Type Method Description ArgumentResolverConfigurerAbstractMethodMessageHandler. getArgumentResolverConfigurer()Return the configured custom resolvers for handler method arguments.Methods in org.springframework.messaging.handler.invocation.reactive with parameters of type ArgumentResolverConfigurer Modifier and Type Method Description voidAbstractMethodMessageHandler. setArgumentResolverConfigurer(ArgumentResolverConfigurer configurer)Configure custom resolvers for handler method arguments.