Interface ProtonJConnection

All Superinterfaces:
Connection, Endpoint, Extendable, ProtonJEndpoint, ReactorChild
All Known Implementing Classes:
ConnectionImpl

public interface ProtonJConnection extends Connection, ProtonJEndpoint
Extends Connection with functionality that is specific to proton-j
  • Method Details

    • setLocalContainerId

      void setLocalContainerId(String localContainerId)
    • session

      ProtonJSession session()
      Description copied from interface: Connection
      Returns a newly created session TODO does the Connection's channel-max property limit how many sessions can be created, or opened, or neither?
      Specified by:
      session in interface Connection
    • getMaxChannels

      int getMaxChannels()