Server.getTube

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.

struct Server
getTube

Parameters

name string

The name of the tube on the server. Defaults to Tube.DEFAULT_TUBE_NAME.

Meta