Class Sender

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

public final class Sender extends Object implements Agent
Agent that iterates over NetworkPublications for sending them to Receivers on behalf of registered subscribers.
  • Method Details

    • onStart

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

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

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

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