パッケージ | 説明 |
---|---|
ome.services.throttling |
修飾子とタイプ | クラスと説明 |
---|---|
class |
AbstractThrottlingStrategy
Throttling implementation which uses the calling server
Thread for
execution. |
class |
InThreadThrottlingStrategy
Throttling implementation which uses the calling server
Thread for
execution. |
class |
SerialThrottlingStrategy
Throttling implementation which only allows a single invocation to be run at
any given time.
|