public interface ThrottlingManager
Modifier and Type | Method and Description |
---|---|
List<String> |
getDecisionPhases()
Get the list of phases where this manager will expect to have to make throttling decisions.
|
ThrottleResponse |
getThrottleResponse(String phase,
Message m)
Use information in the message to determine what throttling measures should be taken
|
List<String> getDecisionPhases()
ThrottleResponse getThrottleResponse(String phase, Message m)
phase
- m
- Apache CXF