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