| Interface | Description |
|---|---|
| IBufferFactoryComponent |
Allows platform-specific buffer objects to be generated.
|
| IDataStoreComponent |
A Component that allows policies to share data across invocations and potentially
across nodes (depending on the implementation).
|
| IHttpClientComponent |
A component that policies can use to make HTTP calls.
|
| IPeriodicComponent |
Simple timers, either periodic (
IPeriodicComponent.setPeriodicTimer(long, long, IAsyncHandler)) or one-off
IPeriodicComponent.setOneshotTimer(long, IAsyncHandler). |
| IPolicyFailureFactoryComponent |
Component that can be used to create policy failures.
|
| IRateLimiterComponent |
A component used to enforce rate limits.
|
| ISharedStateComponent |
A component that allows policies to share information across invocations
and potentially across nodes in a cluster.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.