Interface IOutgoingTransport

All Known Subinterfaces:
IOutgoingWithResponseTransport
All Known Implementing Classes:
FileOutgoingTransport, HttpOutgoingTransport, InternalOutgoingTransport, InternalOutgoingWithResponseTransport, MockOutgoingTransport

public interface IOutgoingTransport
  • Method Details

    • openWriter

      BufferedWriter openWriter()
    • getWriter

      BufferedWriter getWriter()
    • openStream

      OutputStream openStream()
    • close

      void close()
    • isOpen

      boolean isOpen()
    • getSuspendIgnoreChannelLists

      ChannelMap getSuspendIgnoreChannelLists(IConfigurationService configurationService, String queue, Node targetNode)
      This returns a (combined) list of suspended or ignored channels. In addition, it will optionally do a reservation in the case of a Push request
      Parameters:
      targetNode -