class documentation

class HeaderCodecBehavior(IntEnum): (source)

View In Hierarchy

Different ways to handle header encoding

Constant CODEC Encode and decode all headers automatically
Constant NO_CODEC Don't encode or decode any headers automatically
Constant WORKFLOW_ONLY_CODEC Only automatically encode and decode headers in workflow activation encoding and decoding.

Encode and decode all headers automatically

Value
2
NO_CODEC: int = (source)

Don't encode or decode any headers automatically

Value
1
WORKFLOW_ONLY_CODEC: int = (source)

Only automatically encode and decode headers in workflow activation encoding and decoding.

Value
3