public static class SolEnum.MessageDeliveryMode
extends java.lang.Object
MessageHandle.setMessageDeliveryMode
Modifier and Type | Field and Description |
---|---|
static int |
DIRECT
Direct message.
|
static int |
NONPERSISTENT
Non-Persistent message.
|
static int |
PERSISTENT
Persistent message.
|
Constructor and Description |
---|
MessageDeliveryMode() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int fieldValue) |
public static final int DIRECT
public static final int PERSISTENT
public static final int NONPERSISTENT
Copyright 2004-2024 Solace Corporation. All rights reserved.