Package | Description |
---|---|
org.axonframework.messaging.deadletter |
Modifier and Type | Method and Description |
---|---|
static <M extends Message<?>> |
Decisions.doNotEnqueue()
Construct a
DoNotEnqueue defining that a dead letter should not be enqueued at all. |
static <M extends Message<?>> |
Decisions.evict()
Construct a
DoNotEnqueue defining that a dead letter should be evicted from the
queue. |
Copyright © 2010–2023. All rights reserved.