程序包的使用
org.springframework.messaging.handler.invocation.reactive
使用org.springframework.messaging.handler.invocation.reactive的程序包 程序包 说明 org.springframework.messaging.handler.annotation.reactive Support classes for working with annotated message-handling methods with non-blocking, reactive contracts.org.springframework.messaging.handler.invocation.reactive Common infrastructure for invoking message handler methods with non-blocking, and reactive contracts.org.springframework.messaging.rsocket.annotation.support Support classes for working with annotated RSocket stream handling methods.org.springframework.messaging.handler.annotation.reactive使用的org.springframework.messaging.handler.invocation.reactive中的类 类 说明 AbstractMethodMessageHandler Abstract base class for reactive HandlerMethod-based message handling.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.org.springframework.messaging.handler.invocation.reactive使用的org.springframework.messaging.handler.invocation.reactive中的类 类 说明 ArgumentResolverConfigurer Assist with configuration for handler method argument resolvers.HandlerMethodArgumentResolver Strategy interface for resolving method parameters into argument values in the context of a givenMessage.HandlerMethodArgumentResolverComposite Resolves method parameters by delegating to a list of registeredHandlerMethodArgumentResolvers.HandlerMethodReturnValueHandler Handle the return value from the invocation of an annotatedMessagehandling method.HandlerMethodReturnValueHandlerComposite A HandlerMethodReturnValueHandler that wraps and delegates to others.ReturnValueHandlerConfigurer Assist with configuration for handler method return value handlers.org.springframework.messaging.rsocket.annotation.support使用的org.springframework.messaging.handler.invocation.reactive中的类 类 说明 AbstractEncoderMethodReturnValueHandler Base class for a return value handler that encodes return values toFlux<DataBuffer>through the configuredEncoders.AbstractMethodMessageHandler Abstract base class for reactive HandlerMethod-based message handling.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.