Tube.this

Constructor for the Tube class that creates a Tube object using the 'default' tube on the server. Use this method in preference to creating a Tube using a Connection object as this guarantees a Connection dedicated to the Tube.

  1. this(Connection connection)
  2. this(Server server)
    class Tube

Parameters

server Server

The Beanstalk server to create the Tube for.

Meta