Package com.couchbase.lite
Interface MessagingCloseCompletion
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
ENTERPRISE EDITION API
The MessagingCompletion callback interface used for acknowledging the completion of a messaging operation.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
complete()
Acknowledges completion of the close operation.
-
Method Details
-
complete
void complete()Acknowledges completion of the close operation.
-