Package | Description |
---|---|
org.apache.qpid.server.protocol.v0_10 | |
org.apache.qpid.transport |
Modifier and Type | Method and Description |
---|---|
void |
ConsumerTarget_0_10.addCredit(MessageCreditUnit unit,
long value) |
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–2016 The Apache Software Foundation. All rights reserved.