程序包 org.springframework.messaging.handler.invocation.reactive
Common infrastructure for invoking message handler methods with non-blocking, and reactive contracts.
接口概要 接口 说明 HandlerMethodArgumentResolver Strategy interface for resolving method parameters into argument values in the context of a givenMessage.HandlerMethodReturnValueHandler Handle the return value from the invocation of an annotatedMessagehandling method.SyncHandlerMethodArgumentResolver An extension ofHandlerMethodArgumentResolverfor implementations that are synchronous in nature and do not block to resolve values.类概要 类 说明 AbstractEncoderMethodReturnValueHandler Base class for a return value handler that encodes return values toFlux<DataBuffer>through the configuredEncoders.AbstractMethodMessageHandler<T> Abstract base class for reactive HandlerMethod-based message handling.ArgumentResolverConfigurer Assist with configuration for handler method argument resolvers.HandlerMethodArgumentResolverComposite Resolves method parameters by delegating to a list of registeredHandlerMethodArgumentResolvers.HandlerMethodReturnValueHandlerComposite A HandlerMethodReturnValueHandler that wraps and delegates to others.InvocableHandlerMethod Extension ofHandlerMethodthat invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver.ReturnValueHandlerConfigurer Assist with configuration for handler method return value handlers.