Uses of Interface
org.springframework.cloud.stream.provisioning.ProducerDestination
Packages that use ProducerDestination
Package
Description
-
Uses of ProducerDestination in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder with parameters of type ProducerDestinationModifier and TypeMethodDescriptionprotected voidAbstractMessageChannelBinder.afterUnbindProducer(ProducerDestination destination, P producerProperties) Invoked after the unbinding of a producer.protected abstract org.springframework.messaging.MessageHandlerAbstractMessageChannelBinder.createProducerMessageHandler(ProducerDestination destination, P producerProperties, org.springframework.messaging.MessageChannel errorChannel) Create aMessageHandlerwith the ability to send data to the target middleware.protected org.springframework.messaging.MessageHandlerAbstractMessageChannelBinder.createProducerMessageHandler(ProducerDestination destination, P producerProperties, org.springframework.messaging.MessageChannel channel, org.springframework.messaging.MessageChannel errorChannel) Create aMessageHandlerwith the ability to send data to the target middleware.protected StringAbstractMessageChannelBinder.errorsBaseName(ProducerDestination destination, String bindingName) protected StringAbstractMessageChannelBinder.getErrorBridgeName(ProducerDestination destination, String bindingName) -
Uses of ProducerDestination in org.springframework.cloud.stream.provisioning
Methods in org.springframework.cloud.stream.provisioning that return ProducerDestinationModifier and TypeMethodDescriptionProvisioningProvider.provisionProducerDestination(String name, P properties) Creates middleware destination on the physical broker for the producer to send data.