public class ExchangeCreatedEvent extends AbstractExchangeEvent
Exchange
has been created.
Notice: This event may be emitted after an ExchangeSendingEvent
, and
therefore its not guaranteed this event is the first event being send for a given Exchange
lifecycle.
source
Constructor and Description |
---|
ExchangeCreatedEvent(Exchange source) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getExchange
getSource
public ExchangeCreatedEvent(Exchange source)
public String toString()
toString
in class EventObject
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.