public static class SolEnum.SubscribeFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
REQUEST_CONFIRM
Requests a confirmation for the subscribe/unsubscribe operation.
|
static int |
RX_ALL_DELIVER_TO_ONE
Deprecated.
New applications should use shared subscriptions instead.
|
static int |
WAIT_FOR_CONFIRM
The subscribe/unsubscribe call blocks until a confirmation is
received.
|
Constructor and Description |
---|
SubscribeFlags() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int fieldValue) |
public static final int WAIT_FOR_CONFIRM
public static final int REQUEST_CONFIRM
@Deprecated public static final int RX_ALL_DELIVER_TO_ONE
Copyright 2004-2024 Solace Corporation. All rights reserved.