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.

    Fields inherited from class org.flowable.eventregistry.model.OutboundChannelModel

    outboundEventChannelAdapter, outboundEventProcessingPipeline, pipelineDelegateExpression, serializerDelegateExpression, serializerType

    Fields inherited from class org.flowable.eventregistry.model.ChannelModel

    category, channelType, description, key, name, type
  • Constructor Summary

    Constructors 
    Constructor Description
    SqsOutboundChannelModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getQueue()  
    void setQueue​(java.lang.String queue)  

    Methods inherited from class org.flowable.eventregistry.model.OutboundChannelModel

    getOutboundEventChannelAdapter, getOutboundEventProcessingPipeline, getPipelineDelegateExpression, getSerializerDelegateExpression, getSerializerType, setOutboundEventChannelAdapter, setOutboundEventProcessingPipeline, setPipelineDelegateExpression, setSerializerDelegateExpression, setSerializerType

    Methods inherited from class org.flowable.eventregistry.model.ChannelModel

    getCategory, getChannelType, getDescription, getKey, getName, getType, setCategory, setChannelType, setDescription, setKey, setName, setType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • queue

      protected java.lang.String queue
      The 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

  • Method Details

    • getQueue

      public java.lang.String getQueue()
    • setQueue

      public void setQueue​(java.lang.String queue)