Class AggregationServerSink

All Implemented Interfaces:
Sink

public final class AggregationServerSink extends VertxSink
Publisher to send data to an upstream aggregation server.
Author:
Brandon Arp (brandon dot arp at inscopemetrics dot io)
  • Method Details

    • recordAggregateData

      public void recordAggregateData(PeriodicData periodicData)
      Description copied from interface: Sink
      Called when an additional PeriodicData instance is available for publication.
      Parameters:
      periodicData - The PeriodicData to be published.
    • toLogValue

      public Object toLogValue()
      Description copied from class: BaseSink
      Generate a Steno log compatible representation.
      Overrides:
      toLogValue in class VertxSink
      Returns:
      Steno log compatible representation.