Package 

Interface Transport

  • All Implemented Interfaces:
    java.io.Closeable , java.lang.AutoCloseable

    
    public interface Transport
     implements Closeable
                        

    Transport provides message sending and receiving capabilities using a message queuing technology.

    Messages are asynchronously sent to a queue using the SendChannel returned by sendTo, and messages are asynchronously received from a queue using the ReceiveChannel returned by receiveFrom.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description