public abstract class ReplicationFilterPredicate extends Object implements Serializable
ReplicationFilter class.| Constructor and Description |
|---|
ReplicationFilterPredicate() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(ReplicationPredicateVisitor replicationPredicateVisitor)
Helper method that accepts an implemenation of
ReplicationPredicateVisitor
and invokes the most applicable visit method in the visitor. |
public abstract void accept(ReplicationPredicateVisitor replicationPredicateVisitor)
ReplicationPredicateVisitor
and invokes the most applicable visit method in the visitor.Copyright © 2021. All rights reserved.