org.apache.camel.component.disruptor
Class ExchangeEvent

java.lang.Object
  extended by 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 Summary
ExchangeEvent()
           
 
Method Summary
 SynchronizedExchange getSynchronizedExchange()
           
 void setExchange(org.apache.camel.Exchange exchange, int expectedConsumers)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExchangeEvent

public ExchangeEvent()
Method Detail

getSynchronizedExchange

public SynchronizedExchange getSynchronizedExchange()

setExchange

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

toString

public String toString()
Overrides:
toString in class Object


Apache Camel