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 ChannelEventKeyDetectionprotected ChannelEventTenantIdDetectionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Objectprotected Objectprotected Stringprotected StringFields inherited from class org.flowable.eventregistry.model.ChannelModel
category, channelType, description, extension, key, name, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetChannelEventKeyDetection(ChannelEventKeyDetection channelEventKeyDetection) voidsetChannelEventTenantIdDetection(ChannelEventTenantIdDetection channelEventTenantIdDetection) voidsetContextExtractorDelegateExpression(String contextExtractorDelegateExpression) voidsetDeserializerDelegateExpression(String deserializerDelegateExpression) voidsetDeserializerType(String deserializerType) voidsetEventFilterDelegateExpression(String eventFilterDelegateExpression) voidsetEventTransformerDelegateExpression(String eventTransformerDelegateExpression) voidsetHeaderExtractorDelegateExpression(String headerExtractorDelegateExpression) voidsetInboundEventChannelAdapter(Object inboundEventChannelAdapter) voidsetInboundEventProcessingPipeline(Object inboundEventProcessingPipeline) voidsetPayloadExtractorDelegateExpression(String payloadExtractorDelegateExpression) voidsetPipelineDelegateExpression(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
-