TSingletonProcessorFactory

The default processor factory which always returns the same instance.

Constructors

this
this(TProcessor processor)

Creates a new instance.

Members

Functions

getProcessor
TProcessor getProcessor(const(TConnectionInfo) connInfo)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TProcessorFactory

getProcessor
TProcessor getProcessor(const(TConnectionInfo) connInfo)

Get the TProcessor to use for a particular connection.

Meta