| Package | Description |
|---|---|
| org.apache.qpid.transport |
| Modifier and Type | Method and Description |
|---|---|
static MessageCreditUnit |
MessageCreditUnit.get(short value) |
MessageCreditUnit |
MessageFlow.getUnit() |
static MessageCreditUnit |
MessageCreditUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageCreditUnit[] |
MessageCreditUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionInvoker.messageFlow(String destination,
MessageCreditUnit unit,
long value,
Option... _options) |
MessageFlow |
MessageFlow.setUnit(MessageCreditUnit value) |
MessageFlow |
MessageFlow.unit(MessageCreditUnit value) |
| Constructor and Description |
|---|
MessageFlow(String destination,
MessageCreditUnit unit,
long value,
Option... _options) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.