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 Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from interface org.reactivecommons.async.commons.communications.Message

    org.reactivecommons.async.commons.communications.Message.Properties
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    fromDelivery(com.rabbitmq.client.Delivery delivery)
     
    fromDelivery(com.rabbitmq.client.Delivery delivery, String executorPath)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.reactivecommons.async.commons.communications.Message

    getBody, getProperties

    Methods inherited from interface org.reactivecommons.api.domain.RawMessage

    getType
  • Constructor Details

    • RabbitMessage

      public RabbitMessage()
  • Method Details

    • fromDelivery

      public static RabbitMessage fromDelivery(com.rabbitmq.client.Delivery delivery)
    • fromDelivery

      public static RabbitMessage fromDelivery(com.rabbitmq.client.Delivery delivery, String executorPath)