ComponentProtobuf(app, opts)

new ComponentProtobuf(app, opts)

Parameters:
Name Type Description
app Object current application context
opts Object construct parameters
Implements:

Methods

stop(force, cb) → {Void}

Component lifecycle callback, stop
Parameters:
Name Type Description
force Boolean whether stop the component immediately
cb function
Returns:
Void
Implements: