Interface ProtonJSession

All Superinterfaces:
Endpoint, Extendable, ProtonJEndpoint, Session
All Known Implementing Classes:
SessionImpl

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

    • sender

      Sender sender(String name)
      Description copied from interface: Session
      Returns a newly created sender endpoint
      Specified by:
      sender in interface Session