Interface Channel

All Known Implementing Classes:
ChannelAdaptor, MultiSessionChannelAdaptor, OneShotChannelAdaptor, OneShotChannelAdaptorMK2

public interface Channel
Channel interface
Since:
2.0
  • Method Details

    • send

      void send(ISOMsg m)
      Parameters:
      m - message to send
    • receive

      Returns:
      received message
    • receive

      ISOMsg receive(long timeout)
      Parameters:
      timeout - time to wait for a message
      Returns:
      received message or null