Interface DistributedMetricsListener

  • 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 interface DistributedMetricsListener
    Created by andrey on 06.07.17. The entity accepting the metrics updates
    • Method Detail

      • notify

        void notify​(DistributedAllMetricsSnapshot snapshot)
        Update the state with the snapshot
        Parameters:
        snapshot - the metrics snapshot to update the metrics listener state