public class Exchange extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DURABLE_TAG |
static String |
NAME_TAG |
static String |
OWNER_TAG |
static String |
TYPE_TAG |
| Constructor and Description |
|---|
Exchange(String name,
String type,
boolean durable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsJsonString() |
String |
getName() |
String |
getOwner() |
List<Permission> |
getPermissions() |
String |
getType() |
boolean |
isDurable() |
public static final String NAME_TAG
public static final String TYPE_TAG
public static final String DURABLE_TAG
public static final String OWNER_TAG
Copyright © 2018 WSO2. All rights reserved.