public class GuaranteedMessagingOptions
extends java.lang.Object
| Constructor and Description |
|---|
GuaranteedMessagingOptions()
Instantiates a new guaranteed messaging options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the object for re-use.
|
boolean |
enableTracing()
Returns whether guaranteed messaging tracing is enabled.
|
void |
enableTracing(boolean enableTracing)
Enable or disable guaranteed messaging tracing.
|
java.lang.String |
persistenceFilePath()
Returns the persistence file path for guaranteed messaging.
|
void |
persistenceFilePath(java.lang.String persistenceFilePath)
Set the path for the guaranteed messaging persistence file.
|
boolean |
persistLocally()
Returns whether guaranteed messaging will create a local persistence files.
|
void |
persistLocally(boolean persistLocally)
Enable or disable local file persistence.
|
public GuaranteedMessagingOptions()
public void persistenceFilePath(java.lang.String persistenceFilePath)
persistenceFilePath - the persistence file pathpublic java.lang.String persistenceFilePath()
public boolean persistLocally()
public void persistLocally(boolean persistLocally)
persistLocally - the persist locallypublic boolean enableTracing()
public void enableTracing(boolean enableTracing)
enableTracing - the enable tracingpublic void clear()
Copyright @ 2019 Thomson Reuters. All Rights Reserved.