public static class AMQP.Exchange extends AbstractMarshallingClass
Modifier and Type | Class and Description |
---|---|
static class |
AMQP.Exchange.Declare
This method creates an exchange if it does not already exist, and if the
exchange exists, verifies that it is of the correct and expected class.
|
static class |
AMQP.Exchange.DeclareOk
This method confirms a Declare method and confirms the name of the
exchange, essential for automatically-named exchanges.
|
static class |
AMQP.Exchange.Delete
This method deletes an exchange.
|
static class |
AMQP.Exchange.DeleteOk
This method confirms the deletion of an exchange.
|
Modifier and Type | Field and Description |
---|---|
static int |
INDEX |
static String[] |
methodnames |
static int[] |
mids |
private static long |
serialVersionUID |
logger
Constructor and Description |
---|
AMQP.Exchange() |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName(int id) |
private static int |
getPosition(int id) |
String |
toString() |
read
private static final long serialVersionUID
public static final int INDEX
public static final int[] mids
public static final String[] methodnames
private static int getPosition(int id)
public String getMethodName(int id)
getMethodName
in class AbstractMarshallingClass
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.