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) |
void |
onApplyMessages(int count) |
public void onApplyMessages(int count)
onApplyMessages
in interface IReplicationObserver
public void onApplyMailbox(java.lang.String mboxUniqueId)
onApplyMailbox
in interface IReplicationObserver
Copyright © 2021. All Rights Reserved.