Interface MeteredOperation
-
public interface MeteredOperation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectcacheKey()booleanhasBulkhead()booleanhasCircuitBreaker()booleanhasFallback()booleanhasRateLimit()booleanhasRetry()booleanhasTimeout()booleanisAsynchronous()Stringname()
-
-
-
Method Detail
-
isAsynchronous
boolean isAsynchronous()
-
hasBulkhead
boolean hasBulkhead()
-
hasCircuitBreaker
boolean hasCircuitBreaker()
-
hasFallback
boolean hasFallback()
-
hasRateLimit
boolean hasRateLimit()
-
hasRetry
boolean hasRetry()
-
hasTimeout
boolean hasTimeout()
-
name
String name()
-
cacheKey
Object cacheKey()
-
-