Package org.flowable.eventregistry.model
Class InboundChannelModel
java.lang.Object
org.flowable.eventregistry.model.ChannelModel
org.flowable.eventregistry.model.InboundChannelModel
- Direct Known Subclasses:
DelegateExpressionInboundChannelModel
,JmsInboundChannelModel
,KafkaInboundChannelModel
,RabbitInboundChannelModel
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ChannelEventKeyDetection
protected ChannelEventTenantIdDetection
protected String
protected String
protected String
protected String
protected String
protected String
protected Object
protected Object
protected String
protected String
Fields inherited from class org.flowable.eventregistry.model.ChannelModel
category, channelType, description, extension, key, name, type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setChannelEventKeyDetection
(ChannelEventKeyDetection channelEventKeyDetection) void
setChannelEventTenantIdDetection
(ChannelEventTenantIdDetection channelEventTenantIdDetection) void
setContextExtractorDelegateExpression
(String contextExtractorDelegateExpression) void
setDeserializerDelegateExpression
(String deserializerDelegateExpression) void
setDeserializerType
(String deserializerType) void
setEventFilterDelegateExpression
(String eventFilterDelegateExpression) void
setEventTransformerDelegateExpression
(String eventTransformerDelegateExpression) void
setHeaderExtractorDelegateExpression
(String headerExtractorDelegateExpression) void
setInboundEventChannelAdapter
(Object inboundEventChannelAdapter) void
setInboundEventProcessingPipeline
(Object inboundEventProcessingPipeline) void
setPayloadExtractorDelegateExpression
(String payloadExtractorDelegateExpression) void
setPipelineDelegateExpression
(String pipelineDelegateExpression) Methods inherited from class org.flowable.eventregistry.model.ChannelModel
getCategory, getChannelType, getDescription, getExtension, getKey, getName, getType, setCategory, setChannelType, setDescription, setExtension, setKey, setName, setType
-
Field Details
-
deserializerType
-
contextExtractorDelegateExpression
-
deserializerDelegateExpression
-
eventFilterDelegateExpression
-
payloadExtractorDelegateExpression
-
headerExtractorDelegateExpression
-
eventTransformerDelegateExpression
-
pipelineDelegateExpression
-
channelEventKeyDetection
-
channelEventTenantIdDetection
-
inboundEventChannelAdapter
-
inboundEventProcessingPipeline
-
-
Constructor Details
-
InboundChannelModel
public InboundChannelModel()
-
-
Method Details
-
getDeserializerType
-
setDeserializerType
-
getEventFilterDelegateExpression
-
setEventFilterDelegateExpression
-
getContextExtractorDelegateExpression
-
setContextExtractorDelegateExpression
-
getDeserializerDelegateExpression
-
setDeserializerDelegateExpression
-
getPayloadExtractorDelegateExpression
-
setPayloadExtractorDelegateExpression
-
getHeaderExtractorDelegateExpression
-
setHeaderExtractorDelegateExpression
-
getEventTransformerDelegateExpression
-
setEventTransformerDelegateExpression
-
getPipelineDelegateExpression
-
setPipelineDelegateExpression
-
getChannelEventKeyDetection
-
setChannelEventKeyDetection
-
getChannelEventTenantIdDetection
-
setChannelEventTenantIdDetection
public void setChannelEventTenantIdDetection(ChannelEventTenantIdDetection channelEventTenantIdDetection) -
getInboundEventProcessingPipeline
-
setInboundEventProcessingPipeline
-
getInboundEventChannelAdapter
-
setInboundEventChannelAdapter
-