Class Receiver

java.lang.Object
io.aeron.driver.Receiver
All Implemented Interfaces:
Agent

public final class Receiver extends Object implements Agent
Agent that receives messages streams and rebuilds PublicationImages, plus iterates over them sending status and control messages back to the Sender.
  • Method Details

    • onStart

      public void onStart()
      Specified by:
      onStart in interface Agent
    • onClose

      public void onClose()
      Specified by:
      onClose in interface Agent
    • roleName

      public String roleName()
      Specified by:
      roleName in interface Agent
    • doWork

      public int doWork()
      Specified by:
      doWork in interface Agent