public class Consumer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONSUMER_ID |
static String |
FLOW_ENABLED |
static String |
IS_EXCLUSIVE |
| Constructor and Description |
|---|
Consumer(String queueName,
int id,
boolean isExclusive,
boolean flowEnabled) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getQueueName() |
boolean |
isExclusive() |
boolean |
isFlowEnabled() |
public static final String CONSUMER_ID
public static final String IS_EXCLUSIVE
public static final String FLOW_ENABLED
public Consumer(String queueName, int id, boolean isExclusive, boolean flowEnabled)
public String getQueueName()
public int getId()
public boolean isExclusive()
public boolean isFlowEnabled()
Copyright © 2018 WSO2. All rights reserved.