Class SqsOutboundChannelModel
java.lang.Object
org.flowable.eventregistry.model.ChannelModel
org.flowable.eventregistry.model.OutboundChannelModel
com.flowable.core.aws.sqs.eventregistry.SqsOutboundChannelModel
public class SqsOutboundChannelModel
extends org.flowable.eventregistry.model.OutboundChannelModel
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
queue
The logical name of the queue to which outbound events should be sent. -
Constructor Summary
Constructors Constructor Description SqsOutboundChannelModel()
-
Method Summary
Methods inherited from class org.flowable.eventregistry.model.OutboundChannelModel
getOutboundEventChannelAdapter, getOutboundEventProcessingPipeline, getPipelineDelegateExpression, getSerializerDelegateExpression, getSerializerType, setOutboundEventChannelAdapter, setOutboundEventProcessingPipeline, setPipelineDelegateExpression, setSerializerDelegateExpression, setSerializerType
-
Field Details
-
queue
protected java.lang.String queueThe logical name of the queue to which outbound events should be sent. It is also possible to use the full url of the queue.
-
-
Constructor Details
-
SqsOutboundChannelModel
public SqsOutboundChannelModel()
-
-
Method Details