public class ListenerContainerConsumerFailedEvent
extends org.springframework.amqp.event.AmqpEvent
| Constructor and Description |
|---|
ListenerContainerConsumerFailedEvent(java.lang.Object source,
java.lang.String reason,
java.lang.Throwable throwable,
boolean fatal)
Construct an instance with the provided arguments.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReason() |
java.lang.Throwable |
getThrowable() |
boolean |
isFatal() |
java.lang.String |
toString() |
public ListenerContainerConsumerFailedEvent(java.lang.Object source,
java.lang.String reason,
java.lang.Throwable throwable,
boolean fatal)
source - the source container.reason - the reason.throwable - the throwable.fatal - true if the startup failure was fatal (will not be retried).