public class OpflowExecutor extends Object
| Constructor and Description |
|---|
OpflowExecutor(OpflowBroker engine) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertQueue(String queueName) |
com.rabbitmq.client.AMQP.Queue.DeclareOk |
checkQueue(String queueName) |
int |
countQueue(String queueName) |
void |
purgeQueue(String queueName) |
public OpflowExecutor(OpflowBroker engine)
public void assertQueue(String queueName) throws OpflowConstructorException
OpflowConstructorExceptionpublic com.rabbitmq.client.AMQP.Queue.DeclareOk checkQueue(String queueName)
public int countQueue(String queueName)
public void purgeQueue(String queueName)
Copyright © 2017. All rights reserved.