Skip to content

OperationBinding

faststream.specification.schema.bindings.sqs.OperationBinding dataclass #

OperationBinding(replyTo=None, bindingVersion='custom')

A class to represent an operation binding.

ATTRIBUTE DESCRIPTION
replyTo

optional dictionary containing reply information

bindingVersion

version of the binding, default is "custom"

replyTo class-attribute instance-attribute #

replyTo = None

bindingVersion class-attribute instance-attribute #

bindingVersion = 'custom'