|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InflightRepository
| Method Summary | |
|---|---|
void |
add(Exchange exchange)
Adds the exchange to the inflight registry |
void |
remove(Exchange exchange)
Removes the exchange from the inflight registry |
int |
size()
Current size of inflight exchanges. |
int |
size(Endpoint endpoint)
Current size of inflight exchanges which are from the given endpoint. |
| Methods inherited from interface org.apache.camel.Service |
|---|
start, stop |
| Method Detail |
|---|
void add(Exchange exchange)
exchange - the exchangevoid remove(Exchange exchange)
exchange - the exchangeint size()
int size(Endpoint endpoint)
endpoint - the endpoint where the Exchange are from.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||