Uses of Class
org.springframework.cloud.stream.binder.AbstractMessageChannelBinder.ErrorInfrastructure
-
Packages that use AbstractMessageChannelBinder.ErrorInfrastructure Package Description org.springframework.cloud.stream.binder -
-
Uses of AbstractMessageChannelBinder.ErrorInfrastructure in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder that return AbstractMessageChannelBinder.ErrorInfrastructure Modifier and Type Method Description protected 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 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.ErrorInfrastructure Modifier and Type Method Description protected 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.ErrorInfrastructure Constructor Description PolledConsumerResources(org.springframework.integration.core.MessageSource<?> source, AbstractMessageChannelBinder.ErrorInfrastructure errorInfrastructure)
-