| Interface | Description |
|---|---|
| RateLimiter |
A basic rate-limiting strategy that distributes permits.
|
| Class | Description |
|---|---|
| GitProperties |
Provide information about the Git repository version captured at build time.
|
| JacksonResourceProvider |
Provides a centralized Jackson 2.10
ObjectMapper allowing customization and
reuse across the application. |
| ResettableInterval | |
| SimpleBucket |
Naive implementation of a rate-limiter that issues a certain amount of permits before requiring consumers to wait
until the permits are refilled.
|