Interface LeaderLocationListener

  • All Superinterfaces:
    EventListener

    @Beta
    public interface LeaderLocationListener
    extends EventListener
    Listener for shard leader location changes.
    Author:
    Robert Varga
    • Method Detail

      • onLeaderLocationChanged

        void onLeaderLocationChanged​(@NonNull LeaderLocation location)
        Invoked when shard leader location changes.
        Parameters:
        location - Current leader location as known by the local node.