public interface Configuration
Modifier and Type | Field and Description |
---|---|
static int |
DURABLE_SUBSCRIPTION |
static int |
FILTER |
static int |
IDEMPOTENT_CONSUMER |
static int |
ORDERING |
static int |
SERVER_SIDE_FILTER |
static int |
THREAD_POOL |
Modifier and Type | Method and Description |
---|---|
int |
getType()
Returns the configuration type represented as an integer
|
static final int IDEMPOTENT_CONSUMER
static final int FILTER
static final int ORDERING
static final int SERVER_SIDE_FILTER
static final int DURABLE_SUBSCRIPTION
static final int THREAD_POOL