修飾子と型 | メソッドと説明 |
---|---|
protected void | AbstractMessageChannelBinder.afterUnbindProducer(ProducerDestination destination, P producerProperties) プロデューサーのバインドが解除された後に呼び出されます。 |
protected abstract org.springframework.messaging.MessageHandler | AbstractMessageChannelBinder.createProducerMessageHandler(ProducerDestination destination, P producerProperties, org.springframework.messaging.MessageChannel errorChannel) ターゲットミドルウェアにデータを送信する機能を備えた MessageHandler を作成します。 |
protected StringSE | AbstractMessageChannelBinder.errorsBaseName(ProducerDestination destination) |
protected StringSE | AbstractMessageChannelBinder.getErrorBridgeName(ProducerDestination destination) |
修飾子と型 | メソッドと説明 |
---|---|
protected org.springframework.messaging.MessageHandler | KafkaMessageChannelBinder.createProducerMessageHandler(ProducerDestination destination, ExtendedProducerProperties<org.springframework.cloud.stream.binder.kafka.properties.KafkaProducerProperties> producerProperties, org.springframework.messaging.MessageChannel errorChannel) |
修飾子と型 | メソッドと説明 |
---|---|
protected org.springframework.messaging.MessageHandler | RabbitMessageChannelBinder.createProducerMessageHandler(ProducerDestination producerDestination, ExtendedProducerProperties<org.springframework.cloud.stream.binder.rabbit.properties.RabbitProducerProperties> producerProperties, org.springframework.messaging.MessageChannel errorChannel) |
修飾子と型 | メソッドと説明 |
---|---|
ProducerDestination | ProvisioningProvider.provisionProducerDestination(StringSE name, P properties) プロデューサーがデータを送信するためのミドルウェア宛先を物理ブローカー上に作成します。 |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.