@FunctionalInterface public static interface ReplicationStream.ReplicationMessageProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
process(ReplicationMessage message)
Processes the given replication message.
|
void process(ReplicationMessage message) throws SQLException, InterruptedException
message - The replication message, never null.SQLExceptionInterruptedExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.