Class AmqpConnectionSessionBuilder

All Implemented Interfaces:
AmqpEventSink, AmqpExceptionBuilder

public class AmqpConnectionSessionBuilder extends AmqpSessionBuilder
Resource builder responsible for creating and opening an AmqpConnectionSession instance.
  • Constructor Details

  • Method Details

    • createResource

      protected AmqpSession createResource(AmqpConnection parent, JmsSessionInfo resourceInfo, org.apache.qpid.proton.engine.Session endpoint)
      Description copied from class: AmqpResourceBuilder
      Create the managed resource instance.
      Overrides:
      createResource in class AmqpSessionBuilder
      Parameters:
      parent - The parent of the newly created resource.
      resourceInfo - The resource information used to configure the resource.
      endpoint - The local endpoint for the managed resource to wrap.
      Returns:
      the resource instance who open life-cycle is managed by this builder.