PublishMethod#

class sasquatchbackpack.sasquatch.PublishMethod(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: StrEnum

Avenues through which data can be sent to kafka.

Attributes Summary

Attributes Documentation

DIRECT_CONNECTION = 'DIRECT_CONNECTION'#
NONE = 'NONE'#
REST_API = 'REST_API'#