Package org.reactivecommons.async.rabbit
Class RabbitMessage
java.lang.Object
org.reactivecommons.async.rabbit.RabbitMessage
- All Implemented Interfaces:
org.reactivecommons.api.domain.RawMessage,org.reactivecommons.async.commons.communications.Message
public class RabbitMessage
extends Object
implements org.reactivecommons.async.commons.communications.Message
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.reactivecommons.async.commons.communications.Message
org.reactivecommons.async.commons.communications.Message.Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RabbitMessagefromDelivery(com.rabbitmq.client.Delivery delivery) static RabbitMessagefromDelivery(com.rabbitmq.client.Delivery delivery, String executorPath) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.reactivecommons.async.commons.communications.Message
getBody, getPropertiesMethods inherited from interface org.reactivecommons.api.domain.RawMessage
getType
-
Constructor Details
-
RabbitMessage
public RabbitMessage()
-
-
Method Details
-
fromDelivery
-
fromDelivery
public static RabbitMessage fromDelivery(com.rabbitmq.client.Delivery delivery, String executorPath)
-