Interface IgnitionListener

    • Method Detail

      • onStateChange

        void onStateChange​(@Nullable
                           @Nullable String name,
                           IgniteState state)
        Listener for grid factory state change notifications.
        Parameters:
        name - Ignite instance name (null for default un-named Ignite instance).
        state - New state.