|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RabbitMQAction
RabbitMQAction that publishes messages to RabbitMQ queues.
Method Summary | |
---|---|
void |
setExchangeName(String exchangeName)
RabbitMQ exchange name. |
void |
setExchangeType(String exchangeType)
RabbitMQ exchange type: DIRECT, FANOUT, TOPIC, HEADERS. |
void |
setMessage(String message)
Sets the message to be published to the queue. |
void |
setQueueType(String queueType)
Sets the queue type: EXCLUSIVE, SHARED. |
void |
setRoutingKey(String routingKey)
Sets the routing key. |
Methods inherited from interface flux.RabbitMQ |
---|
setHost, setPassword, setPort, setQueueName, setUsername, setVirtualHost |
Methods inherited from interface flux.Action |
---|
addFlow, addFlow, addSignalFlow, clone, execute, getDescription, getFlows, getHiddenVariableNames, getJoinExpression, getName, getPostscript, getPostscriptLanguage, getPrescript, getPrescriptLanguage, getResultInfo, getSignalsToMonitor, getTimeoutBusinessInterval, getTimeoutExpression, getVariableManager, isEndOfRun, isJoinPoint, isSkippable, isStartAction, isStartOfRun, isTransactionBreak, removeFlow, reset, setDescription, setElseFlow, setEndOfRun, setErrorFlow, setErrorFlowWithoutRollback, setErrorFlowWithRollback, setJoinExpression, setJoinPoint, setName, setPostscript, setPostscriptLanguage, setPrescript, setPrescriptLanguage, setSignalsToMonitor, setSkippable, setStartAction, setStartOfRun, setTimeoutBusinessInterval, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, verify, verifyOnClient |
Methods inherited from interface flux.runtimedatamap.RuntimeDataMap |
---|
getRuntimeDataMap, setRuntimeDataMap |
Method Detail |
---|
void setExchangeName(String exchangeName)
exchangeName
- exchange name.void setExchangeType(String exchangeType)
exchangeType
- exchange type.void setQueueType(String queueType)
queueType
- queue type.void setRoutingKey(String routingKey)
routingKey
- routing key.void setMessage(String message)
message
- message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |