Package org.flowable.eventregistry.model
Class RabbitOutboundChannelModel
java.lang.Object
org.flowable.eventregistry.model.ChannelModel
org.flowable.eventregistry.model.OutboundChannelModel
org.flowable.eventregistry.model.RabbitOutboundChannelModel
- Author:
- Filip Hrisafov
-
Field Summary
FieldsFields 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, extension, key, name, type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setExchange
(String exchange) void
setRoutingKey
(String routingKey) 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, getExtension, getKey, getName, getType, setCategory, setChannelType, setDescription, setExtension, setKey, setName, setType
-
Field Details
-
routingKey
-
exchange
-
-
Constructor Details
-
RabbitOutboundChannelModel
public RabbitOutboundChannelModel()
-
-
Method Details
-
getRoutingKey
-
setRoutingKey
-
getExchange
-
setExchange
-