インターフェースの使用
org.springframework.integration.support.ErrorMessageStrategy
ErrorMessageStrategy を使用するパッケージ
パッケージ
説明
Java DSL の AMQP コンポーネントサポートを提供します。
送信エンドポイントをサポートするクラスを提供します。
AMQP サポートクラスを提供します。
コアクラスを提供します。
Spring Integration Java DSL のルートパッケージ。
エンドポイントに関連するコアクラスを提供します。
構成用のクラスを提供します。パーサー、名前空間ハンドラー、ファクトリ Bean。
Spring Integration Java DSL のファイルコンポーネントサポートを提供します。
メッセージングゲートウェイをサポートするクラスを提供します。
MessageHandler に横断的な関心事をアドバイスするために使用されるクラスを提供します。JMS の受信チャネルアダプター。
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 のメソッド修飾子と型メソッド説明voidAbstractAmqpOutboundEndpoint.setErrorMessageStrategy(@Nullable ErrorMessageStrategy errorMessageStrategy) 返される(または否定的に確認された)メッセージに使用するエラーメッセージ戦略を設定します。org.springframework.integration.amqp.support 内の ErrorMessageStrategy 使用
org.springframework.integration.core 内の ErrorMessageStrategy 使用
型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.core のメソッド修飾子と型メソッド説明final voidErrorMessagePublisher.setErrorMessageStrategy(ErrorMessageStrategy errorMessageStrategy) org.springframework.integration.dsl 内の ErrorMessageStrategy 使用
型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.dsl のメソッド修飾子と型メソッド説明MessageProducerSpec.errorMessageStrategy(ErrorMessageStrategy errorMessageStrategy) 例外が発生したときにエラーメッセージを作成するために使用するErrorMessageStrategyを設定します。org.springframework.integration.endpoint 内の ErrorMessageStrategy 使用
修飾子と型メソッド説明protected ErrorMessageStrategyMessageProducerSupport.getErrorMessageStrategy()例外が発生したときにエラーメッセージを作成するために使用するErrorMessageStrategyを取得します。型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.endpoint のメソッド修飾子と型メソッド説明voidMessageProducerSupport.setErrorMessageStrategy(ErrorMessageStrategy errorMessageStrategy) 例外が発生したときにエラーメッセージを作成するために使用するErrorMessageStrategyを設定します。org.springframework.integration.file.config 内の ErrorMessageStrategy 使用
型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.file.config のメソッド修飾子と型メソッド説明voidFileTailInboundChannelAdapterFactoryBean.setErrorMessageStrategy(ErrorMessageStrategy errorMessageStrategy) org.springframework.integration.file.dsl 内の ErrorMessageStrategy 使用
型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.file.dsl のメソッドorg.springframework.integration.gateway 内の ErrorMessageStrategy 使用
修飾子と型メソッド説明protected ErrorMessageStrategyMessagingGatewaySupport.getErrorMessageStrategy()例外が発生したときにエラーメッセージを作成するために使用するErrorMessageStrategyを取得します。型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.gateway のメソッド修飾子と型メソッド説明final voidMessagingGatewaySupport.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.inbound 内の ErrorMessageStrategy 使用
型 ErrorMessageStrategy のパラメーターを持つ org.springframework.integration.jms.inbound のメソッド修飾子と型メソッド説明voidChannelPublishingJmsMessageListener.setErrorMessageStrategy(ErrorMessageStrategy errorMessageStrategy) voidJmsMessageDrivenEndpoint.setErrorMessageStrategy(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 のメソッド修飾子と型メソッド説明voidKafkaProducerMessageHandler.setErrorMessageStrategy(ErrorMessageStrategy errorMessageStrategy) 送信失敗後にエラーメッセージを送信するときに使用するエラーメッセージ戦略の実装を設定します。org.springframework.integration.kafka.support 内の ErrorMessageStrategy 使用
org.springframework.integration.support 内の ErrorMessageStrategy 使用
修飾子と型クラス説明classAttributeAccessorにErrorMessageUtils.INPUT_MESSAGE_CONTEXT_KEY属性がある場合、元のメッセージとともにエラーメッセージを生成する単純なErrorMessageStrategy実装。