@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Documented
public @interface Bulkhead
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name
Name of the bulkhead.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
fallbackMethod
fallbackMethod method name.
|
Bulkhead.Type |
type |
public abstract java.lang.String name
public abstract java.lang.String fallbackMethod
public abstract Bulkhead.Type type