public class Exchange extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DURABLE |
static String |
NAME |
static String |
TYPE |
| Constructor and Description |
|---|
Exchange(String name,
String type,
boolean durable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsJsonString() |
String |
getName() |
String |
getType() |
boolean |
isDurable() |
public static final String NAME
public static final String TYPE
public static final String DURABLE
Copyright © 2018 WSO2. All rights reserved.