public interface EndpointUtilizationStatistics
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears all information.
|
Map<String,Long> |
getStatistics()
Gets the endpoint utilization statistics.
|
int |
maxCapacity()
Maximum number of elements that we can have information about
|
void |
onHit(String uri)
Callback when an endpoint is being utilizated by an
Processor EIP
such as sending a message to a dynamic endpoint. |
void |
remove(String uri)
To remove an endpoint from tracking information about its utilization
|
int |
size()
Current number of endpoints we have information about
|
int maxCapacity()
int size()
void onHit(String uri)
Processor
EIP
such as sending a message to a dynamic endpoint.uri
- the endpoint urivoid remove(String uri)
uri
- the endpoint uriMap<String,Long> getStatistics()
void clear()
Apache Camel