This method fetches a Tube object representing a named tube on a server running Beanstalkd. This is the preferred method of obtaining a tube as it hides the various class interactions behind a simple interface call.
The name of the tube on the server. Defaults to Tube.DEFAULT_TUBE_NAME.
See Implementation
This method fetches a Tube object representing a named tube on a server running Beanstalkd. This is the preferred method of obtaining a tube as it hides the various class interactions behind a simple interface call.