Class
caplin.streamlink

PayloadType

Enumeration defining the types of payload used on commands

Constructor Summary

Attributes Name and Description
caplin.streamlink.PayloadType()

Field Summary

Attributes Name and Description
<static> caplin.streamlink.PayloadType.JSON

The payload should be an object that can be serialized to JSON.

<static> caplin.streamlink.PayloadType.RECORD

The payload should be a map of field names to values or a list of name, value tuples.

<static> caplin.streamlink.PayloadType.SUBJECT_TYPE

The payload should be of type SubjectType.

Constructor Detail

caplin.streamlink.PayloadType()

Field Detail

<static> caplin.streamlink.PayloadType.JSON

The payload should be an object that can be serialized to JSON.

<static> caplin.streamlink.PayloadType.RECORD

The payload should be a map of field names to values or a list of name, value tuples.

<static> caplin.streamlink.PayloadType.SUBJECT_TYPE

The payload should be of type SubjectType.