public class CalendarSyncVerticle
extends io.vertx.core.AbstractVerticle
CalendarService
is created for that
calendarsyncErrorLimit()
synchronization errors is reached, a
calendar is excluded from the synchronization mechanismCalendarContainerSync.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 long |
millisSinceLastSync(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. |
config, deploymentID, getVertx, init, processArgs, start, stop, stop
public static final java.lang.String EVENT_ADDRESS
public static int syncErrorLimit()
public void start()
start
in class io.vertx.core.AbstractVerticle
public int syncStatusComparator(ContainerSyncStatus syncStatus1, ContainerSyncStatus syncStatus2)
public
access is needed by tests because of OSGI
runtime behavior. protected static long millisSinceLastSync(ContainerSyncStatus containerSyncStatus)
Copyright © 2021. All Rights Reserved.