public class CommandObserver extends java.lang.Object implements IReplicationObserver
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandObserver.Factory |
| Constructor and Description |
|---|
CommandObserver(io.vertx.core.Vertx vertx) |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplyMailbox(java.lang.String mboxUniqueId,
long lastUid) |
void |
onApplyMessages(int count) |
public void onApplyMessages(int count)
onApplyMessages in interface IReplicationObserverpublic void onApplyMailbox(java.lang.String mboxUniqueId,
long lastUid)
onApplyMailbox in interface IReplicationObserverCopyright © 2024. All Rights Reserved.