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 SummaryFieldsFields inherited from class org.flowable.eventregistry.model.OutboundChannelModeloutboundEventChannelAdapter, outboundEventProcessingPipeline, pipelineDelegateExpression, serializerDelegateExpression, serializerTypeFields inherited from class org.flowable.eventregistry.model.ChannelModelcategory, channelType, description, extension, key, name, type
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetExchange(String exchange) voidsetRoutingKey(String routingKey) Methods inherited from class org.flowable.eventregistry.model.OutboundChannelModelgetOutboundEventChannelAdapter, getOutboundEventProcessingPipeline, getPipelineDelegateExpression, getSerializerDelegateExpression, getSerializerType, setOutboundEventChannelAdapter, setOutboundEventProcessingPipeline, setPipelineDelegateExpression, setSerializerDelegateExpression, setSerializerTypeMethods inherited from class org.flowable.eventregistry.model.ChannelModelgetCategory, getChannelType, getDescription, getExtension, getKey, getName, getType, setCategory, setChannelType, setDescription, setExtension, setKey, setName, setType
- 
Field Details- 
routingKey
- 
exchange
 
- 
- 
Constructor Details- 
RabbitOutboundChannelModelpublic RabbitOutboundChannelModel()
 
- 
- 
Method Details- 
getRoutingKey
- 
setRoutingKey
- 
getExchange
- 
setExchange
 
-