Uses of Enum Class
io.github.resilience4j.bulkhead.annotation.Bulkhead.Type
Packages that use Bulkhead.Type
-
Uses of Bulkhead.Type in io.github.resilience4j.bulkhead.annotation
Subclasses with type arguments of type Bulkhead.Type in io.github.resilience4j.bulkhead.annotationMethods in io.github.resilience4j.bulkhead.annotation that return Bulkhead.TypeModifier and TypeMethodDescriptionstatic Bulkhead.TypeReturns the enum constant of this class with the specified name.static Bulkhead.Type[]Bulkhead.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.