パッケージ | 説明 |
---|---|
org.springframework.messaging.handler | メッセージハンドラーメソッドを操作するための基本的な抽象概念。 |
org.springframework.messaging.handler.annotation.reactive | ノンブロッキング、リアクティブ契約でアノテーション付きメッセージ処理メソッドを操作するためのサポートクラス。 |
org.springframework.messaging.handler.invocation | メッセージハンドラーメソッドを呼び出すための共通インフラストラクチャ。 |
org.springframework.messaging.handler.invocation.reactive | ノンブロッキング、リアクティブ契約でメッセージハンドラーメソッドを呼び出すための共通インフラストラクチャ。 |
org.springframework.messaging.rsocket.annotation.support | アノテーション付き RSocket ストリーム処理メソッドを操作するためのクラスをサポートします。 |
org.springframework.messaging.simp.annotation.support | シンプルなメッセージングプロトコル(STOMP など)からのメッセージを処理するためのクラスをサポートします。 |
修飾子と型 | メソッドと説明 |
---|---|
HandlerMethod | HandlerMethod.createWithResolvedBean() 提供されたインスタンスにオブジェクトインスタンスではなく Bean 名が含まれる場合、 HandlerMethod が作成されて返される前に、Bean 名が解決されます。 |
HandlerMethod | HandlerMethod.getResolvedFromHandlerMethod() この HandlerMethod インスタンスが createWithResolvedBean() を介して解決された HandlerMethod を返します。 |
コンストラクターと説明 |
---|
HandlerMethod(HandlerMethod handlerMethod) サブクラスで使用するコンストラクターをコピーします。 |
修飾子と型 | メソッドと説明 |
---|---|
protected reactor.core.publisher.Mono<VoidSE> | MessageMappingMessageHandler.handleMatch(CompositeMessageCondition mapping, HandlerMethod handlerMethod, Message<?> message) |
修飾子と型 | クラスと説明 |
---|---|
class | InvocableHandlerMethod HandlerMethodArgumentResolver のリストを介して現在の HTTP リクエストから解決された引数値を使用して、基になるメソッドを呼び出す HandlerMethod の拡張。 |
修飾子と型 | メソッドと説明 |
---|---|
protected HandlerMethod | AbstractMethodMessageHandler.createHandlerMethod(ObjectSE handler, MethodSE method) ハンドラーインスタンスまたは文字列ベースの Bean 名のいずれかであるオブジェクトハンドラーから HandlerMethod インスタンスを作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
MapSE<T, HandlerMethod> | AbstractMethodMessageHandler.getHandlerMethods() すべてのハンドラーメソッドとそのマッピングを含むマップを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
protected InvocableHandlerMethod | AbstractMethodMessageHandler.getExceptionHandlerMethod(HandlerMethod handlerMethod, ExceptionSE exception) 指定された例外の @MessageExceptionHandler メソッドを見つけます。 |
protected void | AbstractMethodMessageHandler.handleMatch(T mapping, HandlerMethod handlerMethod, StringSE lookupDestination, Message<?> message) |
protected void | AbstractMethodMessageHandler.processHandlerMethodException(HandlerMethod handlerMethod, ExceptionSE exception, Message<?> message) |
コンストラクターと説明 |
---|
InvocableHandlerMethod(HandlerMethod handlerMethod) HandlerMethod からインスタンスを作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
MapSE<T, HandlerMethod> | AbstractMethodMessageHandler.getHandlerMethods() すべてのハンドラーメソッドとそのマッピングを含む読み取り専用マップを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
protected T | AbstractMethodMessageHandler.extendMapping(T mapping, HandlerMethod handlerMethod) このメソッドは、マッピングが追加される直前に呼び出されます。 |
protected reactor.core.publisher.Mono<VoidSE> | AbstractMethodMessageHandler.handleMatch(T mapping, HandlerMethod handlerMethod, Message<?> message) |
コンストラクターと説明 |
---|
InvocableHandlerMethod(HandlerMethod handlerMethod) HandlerMethod からインスタンスを作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
protected CompositeMessageCondition | RSocketMessageHandler.extendMapping(CompositeMessageCondition composite, HandlerMethod handler) |
修飾子と型 | メソッドと説明 |
---|---|
protected void | SimpAnnotationMethodMessageHandler.handleMatch(SimpMessageMappingInfo mapping, HandlerMethod handlerMethod, StringSE lookupDestination, Message<?> message) |