public class SynchronizationOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
applicationPattern
Application regular expression pattern, or
null. |
String |
instanceIndex
Index of an account instance to ensure synchronization on, or
null. |
Integer |
intervalInMilliseconds
Interval between account reloads while waiting for a change, or
null. |
String |
synchronizationId
Synchronization id, or
null. |
Integer |
timeoutInSeconds
Wait timeout in seconds, or
null. |
| Constructor and Description |
|---|
SynchronizationOptions() |
public String applicationPattern
null. Default is .*public String synchronizationId
null. Last synchronization request id will be used by defaultpublic String instanceIndex
null. Default
is to wait for the first instance to synchronizepublic Integer timeoutInSeconds
null. Default is 5mpublic Integer intervalInMilliseconds
null. Default is 1sCopyright © 2021. All rights reserved.