Package | Description |
---|---|
org.apache.activemq.artemis.core.paging.cursor | |
org.apache.activemq.artemis.core.server | |
org.apache.activemq.artemis.core.server.impl |
Modifier and Type | Method and Description |
---|---|
void |
PagedReferenceImpl.acknowledge(Transaction tx,
AckReason reason) |
Modifier and Type | Method and Description |
---|---|
void |
Queue.acknowledge(MessageReference ref,
AckReason reason) |
void |
MessageReference.acknowledge(Transaction tx,
AckReason reason) |
void |
Queue.acknowledge(Transaction tx,
MessageReference ref,
AckReason reason) |
Modifier and Type | Method and Description |
---|---|
static AckReason |
AckReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AckReason[] |
AckReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueueImpl.acknowledge(MessageReference ref,
AckReason reason) |
void |
MessageReferenceImpl.acknowledge(Transaction tx,
AckReason reason) |
void |
QueueImpl.acknowledge(Transaction tx,
MessageReference ref,
AckReason reason) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.