Uses of Interface
org.springframework.cloud.stream.provisioning.ConsumerDestination
Packages that use ConsumerDestination
Package
Description
-
Uses of ConsumerDestination in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder with parameters of type ConsumerDestinationModifier and TypeMethodDescriptionprotected voidAbstractMessageChannelBinder.afterUnbindConsumer(ConsumerDestination destination, String group, C consumerProperties) Invoked after the unbinding of a consumer.protected abstract org.springframework.integration.core.MessageProducerAbstractMessageChannelBinder.createConsumerEndpoint(ConsumerDestination destination, String group, C properties) CreatesMessageProducerthat receives data from the consumer destination.AbstractMessageChannelBinder.createPolledConsumerResources(String name, String group, ConsumerDestination destination, C consumerProperties) protected StringAbstractMessageChannelBinder.errorsBaseName(ConsumerDestination destination, String group, C consumerProperties) protected StringAbstractMessageChannelBinder.getErrorBridgeName(ConsumerDestination destination, String group, C consumerProperties) protected org.springframework.messaging.MessageHandlerAbstractMessageChannelBinder.getErrorMessageHandler(ConsumerDestination destination, String group, C consumerProperties) Binders can return a message handler to be subscribed to the error channel.protected StringAbstractMessageChannelBinder.getErrorMessageHandlerName(ConsumerDestination destination, String group, C consumerProperties) protected StringAbstractMessageChannelBinder.getErrorRecovererName(ConsumerDestination destination, String group, C consumerProperties) protected org.springframework.messaging.MessageHandlerAbstractMessageChannelBinder.getPolledConsumerErrorMessageHandler(ConsumerDestination destination, String group, C consumerProperties) Binders can return a message handler to be subscribed to the error channel.protected final AbstractMessageChannelBinder.ErrorInfrastructureAbstractMessageChannelBinder.registerErrorInfrastructure(ConsumerDestination destination, String group, C consumerProperties) Build an errorChannelRecoverer that writes to a pub/sub channel for the destination when an exception is thrown to a consumer.protected final AbstractMessageChannelBinder.ErrorInfrastructureAbstractMessageChannelBinder.registerErrorInfrastructure(ConsumerDestination destination, String group, C consumerProperties, boolean polled) Build an errorChannelRecoverer that writes to a pub/sub channel for the destination when an exception is thrown to a consumer. -
Uses of ConsumerDestination in org.springframework.cloud.stream.provisioning
Methods in org.springframework.cloud.stream.provisioning that return ConsumerDestinationModifier and TypeMethodDescriptionProvisioningProvider.provisionConsumerDestination(String name, String group, C properties) Creates the middleware destination on the physical broker for the consumer to consume data.