Class SQSOperationBinding
java.lang.Object
io.github.springwolf.asyncapi.v3.model.ExtendableObject
io.github.springwolf.asyncapi.v3.bindings.OperationBinding
io.github.springwolf.asyncapi.v3.bindings.sqs.SQSOperationBinding
SQS Point-To-Point
Because we have defined Queue as part of the Channel Binding Binding object, we do not require Binding information
for the publish Operation Object of the subscribe Operation Object. You can use an empty Queue object ({}) to denote
the Binding on the Operation Object, if you want to indicate the protocol used to send or receive for generation
purposes such as Infrastructure As Code.
- See Also:
-
Field Summary
Fields inherited from class io.github.springwolf.asyncapi.v3.model.ExtendableObject
extensionFields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.springwolf.asyncapi.v3.model.ExtendableObject
readExtensionProperty
-
Constructor Details
-
SQSOperationBinding
public SQSOperationBinding()
-