Package org.apache.curator.framework.api
Interface ErrorListenerMultiTransactionMain
- All Superinterfaces:
CuratorMultiTransactionMain
- All Known Implementing Classes:
CuratorMultiTransactionImpl
-
Method Summary
Modifier and TypeMethodDescriptionSet an error listener for this background operation.Methods inherited from interface org.apache.curator.framework.api.transaction.CuratorMultiTransactionMain
forOperations, forOperations
-
Method Details
-
withUnhandledErrorListener
Set an error listener for this background operation. If an exception occurs while processing the call in the background, this listener will be called.- Parameters:
listener
- the listener- Returns:
- this for chaining
-