* Sets the brick factory used upon brick creation inside the pipe. * @param {Factory} brickFactory Factory * @return {Pipe} Fluent interface
(brickFactory)
| 127 | * @return {Pipe} Fluent interface |
| 128 | */ |
| 129 | setBrickFactory (brickFactory) { |
| 130 | this._brickFactory = brickFactory |
| 131 | return this |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * Returns the service instance. |