| Package | Description |
|---|---|
| io.instacount.client |
| Modifier and Type | Method and Description |
|---|---|
DecrementShardedCounterResponse |
Instacount.decrementShardedCounter(String counterName)
Decrements the counter named
counterName by 1. |
DecrementShardedCounterResponse |
Instacount.InstacountFeign.decrementShardedCounter(String counterName) |
DecrementShardedCounterResponse |
Instacount.decrementShardedCounter(String counterName,
DecrementShardedCounterInput decrementCounterInput)
Decrements the counter named
counterName by the amount specified in amount, using the specified
async characteristics.. |
DecrementShardedCounterResponse |
Instacount.InstacountFeign.decrementShardedCounter(String counterName,
DecrementShardedCounterInput decrementCounterInput) |
Copyright © 2015–2016 Instacount. All rights reserved.