public static class SolEnum.AckMode
extends java.lang.Object
FlowHandle.PROPERTIES.ACKMODE
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUTO
Automatic application acknowledgement of all received messages.
|
static java.lang.String |
CLIENT
Client must call solClient_flow_sendAck() to acknowledge the Message
contained in the MessageHandle
|
Constructor and Description |
---|
AckMode() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(java.lang.String fieldValue) |
public static final java.lang.String AUTO
FlowHandle.ack()
when configured for AUTO mode, a warning is
generated.public static final java.lang.String CLIENT
Copyright 2004-2024 Solace Corporation. All rights reserved.