public interface FeederFilter
| Modifier and Type | Method and Description |
|---|---|
OutputWireRecord |
execute(OutputWireRecord record,
RepImpl repImpl)
The execute method that invoked before a record is sent to the replica.
|
String[] |
getTableIds()
Gets arrays of subscribed table ids.
|
void |
setLogger(Logger logger)
Sets the logger for classes that implement the interface
|
OutputWireRecord execute(OutputWireRecord record, RepImpl repImpl)
record - the record to be filteredrepImpl - repImpl of the RN where the filter is executedString[] getTableIds()
void setLogger(Logger logger)
logger - loggerCopyright © 2024. All rights reserved.