Uses of Interface
org.springframework.cloud.stream.provisioning.ProducerDestination
-
Packages that use ProducerDestination Package Description org.springframework.cloud.stream.binder org.springframework.cloud.stream.provisioning -
-
Uses of ProducerDestination in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder with parameters of type ProducerDestination Modifier and Type Method Description protected 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)protected StringAbstractMessageChannelBinder. getErrorBridgeName(ProducerDestination destination) -
Uses of ProducerDestination in org.springframework.cloud.stream.provisioning
Methods in org.springframework.cloud.stream.provisioning that return ProducerDestination Modifier and Type Method Description ProducerDestinationProvisioningProvider. provisionProducerDestination(String name, P properties)Creates middleware destination on the physical broker for the producer to send data.
-