Class MultiSessionChannelAdaptor.Receiver

java.lang.Object
org.jpos.q2.iso.MultiSessionChannelAdaptor.Receiver
All Implemented Interfaces:
Runnable
Enclosing class:
MultiSessionChannelAdaptor

public class MultiSessionChannelAdaptor.Receiver extends Object implements Runnable
Per-session worker that drains the channel and posts inbound messages to the out-queue.
Since:
1.8.5
  • Constructor Details

    • Receiver

      public Receiver(int slot)
      Constructs a Receiver bound to a specific channel slot.
      Parameters:
      slot - index into the channels array
  • Method Details