Package org.flowable.eventregistry.model
Class JmsInboundChannelModel
java.lang.Object
org.flowable.eventregistry.model.ChannelModel
org.flowable.eventregistry.model.InboundChannelModel
org.flowable.eventregistry.model.JmsInboundChannelModel
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.eventregistry.model.InboundChannelModel
channelEventKeyDetection, channelEventTenantIdDetection, contextExtractorDelegateExpression, deserializerDelegateExpression, deserializerType, eventFilterDelegateExpression, eventTransformerDelegateExpression, headerExtractorDelegateExpression, inboundEventChannelAdapter, inboundEventProcessingPipeline, payloadExtractorDelegateExpression, pipelineDelegateExpressionFields inherited from class org.flowable.eventregistry.model.ChannelModel
category, channelType, description, extension, key, name, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConcurrency(String concurrency) voidsetDestination(String destination) voidsetSelector(String selector) voidsetSubscription(String subscription) Methods inherited from class org.flowable.eventregistry.model.InboundChannelModel
getChannelEventKeyDetection, getChannelEventTenantIdDetection, getContextExtractorDelegateExpression, getDeserializerDelegateExpression, getDeserializerType, getEventFilterDelegateExpression, getEventTransformerDelegateExpression, getHeaderExtractorDelegateExpression, getInboundEventChannelAdapter, getInboundEventProcessingPipeline, getPayloadExtractorDelegateExpression, getPipelineDelegateExpression, setChannelEventKeyDetection, setChannelEventTenantIdDetection, setContextExtractorDelegateExpression, setDeserializerDelegateExpression, setDeserializerType, setEventFilterDelegateExpression, setEventTransformerDelegateExpression, setHeaderExtractorDelegateExpression, setInboundEventChannelAdapter, setInboundEventProcessingPipeline, setPayloadExtractorDelegateExpression, setPipelineDelegateExpressionMethods inherited from class org.flowable.eventregistry.model.ChannelModel
getCategory, getChannelType, getDescription, getExtension, getKey, getName, getType, setCategory, setChannelType, setDescription, setExtension, setKey, setName, setType
-
Field Details
-
destination
-
selector
-
subscription
-
concurrency
-
-
Constructor Details
-
JmsInboundChannelModel
public JmsInboundChannelModel()
-
-
Method Details
-
getDestination
-
setDestination
-
getSelector
-
setSelector
-
getSubscription
-
setSubscription
-
getConcurrency
-
setConcurrency
-