Uses of Class
org.springframework.cloud.stream.binder.AbstractMessageChannelBinder.ErrorInfrastructure
Packages that use AbstractMessageChannelBinder.ErrorInfrastructure
-
Uses of AbstractMessageChannelBinder.ErrorInfrastructure in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder that return AbstractMessageChannelBinder.ErrorInfrastructureModifier and TypeMethodDescriptionprotected 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.Methods in org.springframework.cloud.stream.binder with parameters of type AbstractMessageChannelBinder.ErrorInfrastructureModifier and TypeMethodDescriptionprotected org.springframework.retry.RecoveryCallback<Object>AbstractMessageChannelBinder.getPolledConsumerRecoveryCallback(AbstractMessageChannelBinder.ErrorInfrastructure errorInfrastructure, C properties) Implementations can override the defaultErrorMessageSendingRecoverer.Constructors in org.springframework.cloud.stream.binder with parameters of type AbstractMessageChannelBinder.ErrorInfrastructureModifierConstructorDescriptionPolledConsumerResources(org.springframework.integration.core.MessageSource<?> source, AbstractMessageChannelBinder.ErrorInfrastructure errorInfrastructure)