Package com.devebot.opflow
Class OpflowRpcAmqpResponse
java.lang.Object
com.devebot.opflow.OpflowRpcAmqpResponse
public class OpflowRpcAmqpResponse extends Object
- Author:
- drupalex
-
Constructor Summary
Constructors Constructor Description OpflowRpcAmqpResponse(com.rabbitmq.nostro.client.Channel channel, com.rabbitmq.nostro.client.AMQP.BasicProperties properties, String componentId, String consumerTag, String replyQueueName, String routineId, String routineTimestamp, String routineScope, String routineSignature, String httpAddress) -
Method Summary
Modifier and Type Method Description voidemitCompleted(byte[] result)voidemitCompleted(String result)voidemitFailed(byte[] error)voidemitFailed(String error)voidemitProgress(int completed, int total)voidemitProgress(int completed, int total, String jsonData)voidemitStarted()voidemitStarted(byte[] info)voidemitStarted(String content)StringgetApplicationId()StringgetConsumerTag()StringgetReplyQueueName()StringgetRoutineId()StringgetRoutineScope()StringgetRoutineSignature()StringgetRoutineTimestamp()
-
Constructor Details
-
OpflowRpcAmqpResponse
public OpflowRpcAmqpResponse(com.rabbitmq.nostro.client.Channel channel, com.rabbitmq.nostro.client.AMQP.BasicProperties properties, String componentId, String consumerTag, String replyQueueName, String routineId, String routineTimestamp, String routineScope, String routineSignature, String httpAddress)
-
-
Method Details
-
getApplicationId
-
getReplyQueueName
-
getConsumerTag
-
getRoutineId
-
getRoutineTimestamp
-
getRoutineScope
-
getRoutineSignature
-
emitStarted
public void emitStarted() -
emitStarted
-
emitStarted
public void emitStarted(byte[] info) -
emitProgress
public void emitProgress(int completed, int total) -
emitProgress
-
emitFailed
-
emitFailed
public void emitFailed(byte[] error) -
emitCompleted
-
emitCompleted
public void emitCompleted(byte[] result)
-