public class OpflowRpcResponse extends Object
| Constructor and Description |
|---|
OpflowRpcResponse(com.rabbitmq.client.Channel channel,
com.rabbitmq.client.AMQP.BasicProperties properties,
String workerTag,
String replyQueueName) |
| Modifier and Type | Method and Description |
|---|---|
void |
emitCompleted(byte[] result) |
void |
emitCompleted(String result) |
void |
emitFailed(byte[] error) |
void |
emitFailed(String error) |
void |
emitProgress(int completed,
int total) |
void |
emitProgress(int completed,
int total,
String jsonData) |
void |
emitStarted() |
void |
emitStarted(byte[] info) |
void |
emitStarted(String content) |
public void emitStarted()
public void emitStarted(String content)
public void emitStarted(byte[] info)
public void emitProgress(int completed,
int total)
public void emitProgress(int completed,
int total,
String jsonData)
public void emitFailed(String error)
public void emitFailed(byte[] error)
public void emitCompleted(String result)
public void emitCompleted(byte[] result)
Copyright © 2017. All rights reserved.