Interface ClusterApplier.ClusterApplyListener
- Enclosing interface:
- ClusterApplier
public static interface ClusterApplier.ClusterApplyListener
Listener for results of cluster state application
-
Method Summary
-
Method Details
-
onSuccess
Called on successful cluster state application- Parameters:
source- information where the cluster state came from
-
onFailure
Called on failure during cluster state application- Parameters:
source- information where the cluster state came frome- exception that occurred
-