Uses of Package
org.springframework.messaging.handler.invocation.reactive
Package
Description
Support classes for working with annotated message-handling methods with
non-blocking, reactive contracts.
Common infrastructure for invoking message handler methods with non-blocking,
and reactive contracts.
Support classes for working with annotated RSocket stream handling methods.
-
ClassDescriptionAbstract base class for reactive HandlerMethod-based message handling.Strategy interface for resolving method parameters into argument values in the context of a given
Message
.Handle the return value from the invocation of an annotatedMessage
handling method.An extension ofHandlerMethodArgumentResolver
for implementations that are synchronous in nature and do not block to resolve values. -
ClassDescriptionAssist with configuration for handler method argument resolvers.Strategy interface for resolving method parameters into argument values in the context of a given
Message
.Resolves method parameters by delegating to a list of registeredHandlerMethodArgumentResolvers
.Handle the return value from the invocation of an annotatedMessage
handling method.A HandlerMethodReturnValueHandler that wraps and delegates to others.Assist with configuration for handler method return value handlers. -
ClassDescriptionBase class for a return value handler that encodes return values to
Flux<DataBuffer>
through the configuredEncoder
s.Abstract base class for reactive HandlerMethod-based message handling.Strategy interface for resolving method parameters into argument values in the context of a givenMessage
.Handle the return value from the invocation of an annotatedMessage
handling method.