Package com.couchbase.lite
Interface MultipeerCollectionConfiguration.ReplicationFilter
- Enclosing class:
- MultipeerCollectionConfiguration
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The replication filter interface.
Filter used to determine whether a document should be replicated or not.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanfiltered(PeerInfo.PeerId peerId, Document document, EnumSet<DocumentFlag> flags)
-
Method Details
-
filtered
boolean filtered(@NonNull PeerInfo.PeerId peerId, @NonNull Document document, @NonNull EnumSet<DocumentFlag> flags)
-