|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExchangeListener
Listener interface for exchanges send troughout the bus. Such a listener will be called each time an exchange is sent or delivered to an endpoint.
| Method Summary | |
|---|---|
void |
exchangeDelivered(Exchange exchange)
Method called each time an exchange is delivered |
void |
exchangeFailed(Exchange exchange)
Method called when an exchange resulted in an exception to be thrown and the exchange not delivered. |
void |
exchangeSent(Exchange exchange)
Method called each time an exchange is sent |
| Method Detail |
|---|
void exchangeSent(Exchange exchange)
exchange - the exchange sentvoid exchangeDelivered(Exchange exchange)
exchange - the delivered exchangevoid exchangeFailed(Exchange exchange)
exchange - the exchange that failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||