List of usage examples for org.springframework.messaging.handler.invocation.reactive HandlerMethodArgumentResolver interface-usage
From source file org.springframework.messaging.handler.invocation.reactive.HandlerMethodArgumentResolverComposite.java
/**
* Resolves method parameters by delegating to a list of registered
* {@link HandlerMethodArgumentResolver HandlerMethodArgumentResolvers}.
* Previously resolved method parameters are cached for faster lookups.
*
* @author Rossen Stoyanchev
From source file org.springframework.messaging.handler.annotation.reactive.PayloadMethodArgumentResolver.java
/**
* A resolver to extract and decode the payload of a message using a
* {@link Decoder}, where the payload is expected to be a {@link Publisher} of
* {@link DataBuffer DataBuffer}.
*
* <p>Validation is applied if the method argument is annotated with
From source file org.springframework.messaging.handler.annotation.support.reactive.PayloadMethodArgumentResolver.java
/**
* A resolver to extract and decode the payload of a message using a
* {@link Decoder}, where the payload is expected to be a {@link Publisher} of
* {@link DataBuffer DataBuffer}.
*
* <p>Validation is applied if the method argument is annotated with