Class ExchangeEvent

java.lang.Object
org.apache.camel.component.disruptor.ExchangeEvent

public class ExchangeEvent extends Object
This is a mutable reference to an Exchange, used as contents of the Disruptors ringbuffer
  • Constructor Details

    • ExchangeEvent

      public ExchangeEvent()
  • Method Details

    • getSynchronizedExchange

      public SynchronizedExchange getSynchronizedExchange()
    • setExchange

      public void setExchange(org.apache.camel.Exchange exchange, int expectedConsumers)
    • toString

      public String toString()
      Overrides:
      toString in class Object