public class OpflowBroker extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
OpflowBroker.ConsumerInfo |
| Constructor and Description |
|---|
OpflowBroker(Map<String,Object> params) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close this broker.
|
OpflowBroker.ConsumerInfo |
consume(OpflowListener listener,
Map<String,Object> options) |
void |
produce(byte[] content,
com.rabbitmq.client.AMQP.BasicProperties props,
Map<String,Object> override) |
public OpflowBroker(Map<String,Object> params) throws OpflowConstructorException
OpflowConstructorExceptionpublic void produce(byte[] content,
com.rabbitmq.client.AMQP.BasicProperties props,
Map<String,Object> override)
public OpflowBroker.ConsumerInfo consume(OpflowListener listener, Map<String,Object> options)
public void close()
OpflowOperationException - if an error is encounteredCopyright © 2017. All rights reserved.