Package | Description |
---|---|
org.apache.qpid.server.protocol.v0_10 | |
org.apache.qpid.transport |
Modifier and Type | Method and Description |
---|---|
void |
ConsumerTarget_0_10.setFlowMode(MessageFlowMode flowMode) |
Constructor and Description |
---|
ConsumerTarget_0_10(ServerSession session,
String name,
MessageAcceptMode acceptMode,
MessageAcquireMode acquireMode,
MessageFlowMode flowMode,
FlowCreditManager_0_10 creditManager,
Map<String,Object> arguments) |
Modifier and Type | Method and Description |
---|---|
static MessageFlowMode |
MessageFlowMode.get(short value) |
MessageFlowMode |
MessageSetFlowMode.getFlowMode() |
static MessageFlowMode |
MessageFlowMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageFlowMode[] |
MessageFlowMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MessageSetFlowMode |
MessageSetFlowMode.flowMode(MessageFlowMode value) |
void |
SessionInvoker.messageSetFlowMode(String destination,
MessageFlowMode flowMode,
Option... _options) |
MessageSetFlowMode |
MessageSetFlowMode.setFlowMode(MessageFlowMode value) |
Constructor and Description |
---|
MessageSetFlowMode(String destination,
MessageFlowMode flowMode,
Option... _options) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.