Class ExchangeEvent
- java.lang.Object
-
- org.apache.camel.component.disruptor.ExchangeEvent
-
public class ExchangeEvent extends Object
This is a mutable reference to anExchange
, used as contents of the Disruptors ringbuffer
-
-
Constructor Summary
Constructors Constructor Description ExchangeEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SynchronizedExchange
getSynchronizedExchange()
void
setExchange(org.apache.camel.Exchange exchange, int expectedConsumers)
String
toString()
-
-
-
Method Detail
-
getSynchronizedExchange
public SynchronizedExchange getSynchronizedExchange()
-
setExchange
public void setExchange(org.apache.camel.Exchange exchange, int expectedConsumers)
-
-