Class TcpLineSource

All Implemented Interfaces:
com.arpnetworking.commons.observer.Observable, Source

public final class TcpLineSource extends BaseTcpSource
Source that uses line delimited data over tcp.
Author:
Ville Koskela (ville dot koskela at inscopemetrics dot io)
  • 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.