faust.cli.livecheck

Program faust worker used to start application from console.

class faust.cli.livecheck.livecheck(*args: Any, **kwargs: Any)[source]

Manage LiveCheck instances.

app: AppT
key_serializer: Optional[Union[CodecT, str]]

The codec used to serialize keys. Taken from instance parameters or key_serializer.

value_serialier: Optional[Union[CodecT, str]]

The codec used to serialize values. Taken from instance parameters or value_serializer.

debug: bool
quiet: bool
workdir: str
datadir: str
json: bool
logfile: str
stdout: IO
stderr: IO
args: Tuple
kwargs: Dict