Class HttpSource

All Implemented Interfaces:
com.arpnetworking.commons.observer.Observable, Source
Direct Known Subclasses:
ClientHttpSourceV1, ClientHttpSourceV2, ClientHttpSourceV3, CollectdHttpSourceV1, PrometheusHttpSource

public class HttpSource extends ActorSource
Source that uses HTTP POSTs as input.
Author:
Brandon Arp (brandon dot arp at inscopemetrics dot io)
  • Constructor Details

  • Method Details

    • createProps

      protected org.apache.pekko.actor.Props createProps()
      Description copied from class: ActorSource
      Create a props for the actor to be created at the provided path.
      Specified by:
      createProps in class ActorSource
      Returns:
      A props to create the actor with.