インターフェースの使用
org.springframework.integration.support.ErrorMessageStrategy
ErrorMessageStrategy を使用するパッケージ
パッケージ
説明
Java DSL の AMQP コンポーネントサポートを提供します。
送信エンドポイントをサポートするクラスを提供します。
AMQP サポートクラスを提供します。
コアクラスを提供します。
Spring Integration Java DSL のルートパッケージ。
エンドポイントに関連するコアクラスを提供します。
構成用のクラスを提供します。パーサー、名前空間ハンドラー、ファクトリ Bean。
Spring Integration Java DSL のファイルコンポーネントサポートを提供します。
メッセージングゲートウェイをサポートするクラスを提供します。
MessageHandler
に横断的な関心事をアドバイスするために使用されるクラスを提供します。JMS コンポーネントサポートクラスを提供します。
Apache Kafka 用の Spring Integration 受信コンポーネントを提供します。
Apache Kafka 用の Spring Integration 送信コンポーネントを提供します。
サポートクラスを提供します。
ベースコアサポートパッケージ。
org.springframework.integration.amqp.dsl 内の ErrorMessageStrategy 使用
型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.amqp.dsl のメソッド修飾子と型メソッド説明AmqpBaseOutboundEndpointSpec.errorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) 返される(または否定的に確認された)メッセージに使用するエラーメッセージ戦略を設定します。org.springframework.integration.amqp.outbound 内の ErrorMessageStrategy 使用
型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.amqp.outbound のメソッド修飾子と型メソッド説明void
AbstractAmqpOutboundEndpoint.setErrorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) 返される(または否定的に確認された)メッセージに使用するエラーメッセージ戦略を設定します。org.springframework.integration.amqp.support 内の ErrorMessageStrategy 使用
org.springframework.integration.core 内の ErrorMessageStrategy 使用
型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.core のメソッド修飾子と型メソッド説明final void
ErrorMessagePublisher.setErrorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) org.springframework.integration.dsl 内の ErrorMessageStrategy 使用
型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.dsl のメソッド修飾子と型メソッド説明MessageProducerSpec.errorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) 例外が発生したときにエラーメッセージを作成するために使用するErrorMessageStrategy
を設定します。org.springframework.integration.endpoint 内の ErrorMessageStrategy 使用
修飾子と型メソッド説明protected ErrorMessageStrategy
MessageProducerSupport.getErrorMessageStrategy()
例外が発生したときにエラーメッセージを作成するために使用するErrorMessageStrategy
を取得します。型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.endpoint のメソッド修飾子と型メソッド説明final void
MessageProducerSupport.setErrorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) 例外が発生したときにエラーメッセージを作成するために使用するErrorMessageStrategy
を設定します。org.springframework.integration.file.config 内の ErrorMessageStrategy 使用
型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.file.config のメソッド修飾子と型メソッド説明void
FileTailInboundChannelAdapterFactoryBean.setErrorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) org.springframework.integration.file.dsl 内の ErrorMessageStrategy 使用
型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.file.dsl のメソッドorg.springframework.integration.gateway 内の ErrorMessageStrategy 使用
修飾子と型メソッド説明protected ErrorMessageStrategy
MessagingGatewaySupport.getErrorMessageStrategy()
例外が発生したときにエラーメッセージを作成するために使用するErrorMessageStrategy
を取得します。型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.gateway のメソッド修飾子と型メソッド説明final void
MessagingGatewaySupport.setErrorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) 例外が発生したときにエラーメッセージを作成するために使用するErrorMessageStrategy
を設定します。org.springframework.integration.handler.advice 内の ErrorMessageStrategy 使用
型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.handler.advice のコンストラクター修飾子コンストラクター説明ErrorMessageSendingRecoverer
(MessageChannel channel, ErrorMessageStrategy errorMessageStrategy) 提供されたメッセージチャネルとErrorMessageStrategy
に基づいてインスタンスを構築します。org.springframework.integration.jms.support 内の ErrorMessageStrategy 使用
org.springframework.integration.kafka.inbound 内の ErrorMessageStrategy 使用
型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.kafka.inbound のコンストラクター修飾子コンストラクター説明KafkaErrorSendingMessageRecoverer
(MessageChannel channel, ErrorMessageStrategy errorMessageStrategy) エラーメッセージ戦略を使用して、チャネルを送信するインスタンスを構築します。org.springframework.integration.kafka.outbound 内の ErrorMessageStrategy 使用
型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.kafka.outbound のメソッド修飾子と型メソッド説明void
KafkaProducerMessageHandler.setErrorMessageStrategy
(ErrorMessageStrategy errorMessageStrategy) 送信失敗後にエラーメッセージを送信するときに使用するエラーメッセージ戦略の実装を設定します。org.springframework.integration.kafka.support 内の ErrorMessageStrategy 使用
org.springframework.integration.support 内の ErrorMessageStrategy 使用
修飾子と型クラス説明class
AttributeAccessor
にErrorMessageUtils.INPUT_MESSAGE_CONTEXT_KEY
属性がある場合、元のメッセージとともにエラーメッセージを生成する単純なErrorMessageStrategy
実装。