public class DispatchFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DISPATCH_EXTERNAL
Specifies the CoT event should be dispatched to all persistent external outputs of the CoT
service.
|
static int |
DISPATCH_INTERNAL
Specifies the CoT event should be dispatched to all internal clients of the CoT service.
|
static int |
DISPATCH_RELIABLE
Specifies the CoT event should be dispatched to all persistent external outputs of the CoT
service.
|
static int |
DISPATCH_UNRELIABLE
Specifies the CoT event should be dispatched to all persistent external outputs of the CoT
service.
|
static int |
EXTERNAL
Indicates the CoT will be 'routed' to the outputs (systems pushing cot to).
|
static int |
INTERNAL
Indicates the CoT will be routed to all internal consumers (other listening Apps).
|
static int |
RELIABLE
Indicates the CoT will be routed to all internal consumers (other listening Apps).
|
static int |
UNRELIABLE
Indicates the CoT will be routed to all internal consumers (other listening Apps).
|
Constructor and Description |
---|
DispatchFlags() |
public static final int DISPATCH_INTERNAL
public static final int DISPATCH_EXTERNAL
public static final int DISPATCH_UNRELIABLE
public static final int DISPATCH_RELIABLE
public static final int EXTERNAL
public static final int INTERNAL
public static final int UNRELIABLE
public static final int RELIABLE