Interface PartitionHealthBroadcaster.PartitionHealthListener

  • Enclosing class:
    PartitionHealthBroadcaster
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface PartitionHealthBroadcaster.PartitionHealthListener
    • Method Detail

      • onHealthChanged

        void onHealthChanged​(int partitionId,
                             HealthStatus status)