Builder#

class swordfish._engine.Builder(name)#
参数:

name (str)

name: str#

The name of the engine.

abstractmethod submit()#

Abstract method to build a StreamEngine.

返回:

An instance of a built StreamEngine.

返回类型:

StreamEngine