Package org.apache.curator.framework.api
Interface ErrorListenerReconfigBuilderMain
-
- All Superinterfaces:
Joinable<LeaveStatConfigEnsembleable>,Leaveable<JoinStatConfigEnsembleable>,Membersable<StatConfigureEnsembleable>,ReconfigBuilderMain
- All Known Implementing Classes:
ReconfigBuilderImpl
public interface ErrorListenerReconfigBuilderMain extends ReconfigBuilderMain
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReconfigBuilderMainwithUnhandledErrorListener(UnhandledErrorListener listener)Set an error listener for this background operation.-
Methods inherited from interface org.apache.curator.framework.api.Membersable
withNewMembers, withNewMembers
-
-
-
-
Method Detail
-
withUnhandledErrorListener
ReconfigBuilderMain withUnhandledErrorListener(UnhandledErrorListener listener)
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
-
-