Interface ClusterApplier.ClusterApplyListener

  • Enclosing interface:
    ClusterApplier

    public static interface ClusterApplier.ClusterApplyListener
    Listener for results of cluster state application
    • Method Detail

      • onSuccess

        default void onSuccess​(String source)
        Called on successful cluster state application
        Parameters:
        source - information where the cluster state came from
      • onFailure

        void onFailure​(String source,
                       Exception e)
        Called on failure during cluster state application
        Parameters:
        source - information where the cluster state came from
        e - exception that occurred