public interface TopicIntrospection
These settings may be used to define how Introspection of Topics is to be
allowed in the Introspection tool. Mask settings are set on a Topic using
Topic.setIntrospectionMask(byte)
.
Modifier and Type | Field and Description |
---|---|
static byte |
DELETE
The mask setting which will allow a Topic to be deleted via the
Introspector tool.
|
static byte |
FULL
The mask setting which will allow full introspection capabilities on a
Topic.
|
static byte |
UPDATE
The mask setting which will allow a Topic to be updated via the
Introspector tool.
|
static final byte UPDATE
TopicData
.static final byte DELETE
static final byte FULL
Copyright © 2016 Push Technology Ltd. All Rights Reserved.