public class CalendarSyncVerticle
extends org.vertx.java.platform.Verticle
CalendarService
is created for that
calendarsyncErrorLimit()
synchronization errors is reached, a
calendar is excluded from the synchronization mechanism FIXME how to
recover?CalendarContainerSync#nextSyncDelay()
millisecondsModifier and Type | Class and Description |
---|---|
static class |
CalendarSyncVerticle.Factory |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_ADDRESS |
Constructor and Description |
---|
CalendarSyncVerticle() |
Modifier and Type | Method and Description |
---|---|
protected static int |
daysSinceLastSync(ContainerSyncStatus containerSyncStatus) |
void |
start() |
static int |
syncErrorLimit()
When this limit is reached, sync on demand stops.
|
int |
syncStatusComparator(ContainerSyncStatus syncStatus1,
ContainerSyncStatus syncStatus2)
Note:
public access is needed by tests because of OSGI
runtime behavior. |
public static final java.lang.String EVENT_ADDRESS
public static int syncErrorLimit()
public void start()
start
in class org.vertx.java.platform.Verticle
public int syncStatusComparator(ContainerSyncStatus syncStatus1, ContainerSyncStatus syncStatus2)
public
access is needed by tests because of OSGI
runtime behavior. protected static int daysSinceLastSync(ContainerSyncStatus containerSyncStatus)
Copyright © 2021. All Rights Reserved.