public static enum ServiceEventKey.EventType extends Enum<ServiceEventKey.EventType>
| 枚举常量和说明 |
|---|
CIRCUIT_BREAKING |
INSTANCE |
RATE_LIMITING |
ROUTING |
SERVICE |
UNKNOWN |
public static final ServiceEventKey.EventType UNKNOWN
public static final ServiceEventKey.EventType INSTANCE
public static final ServiceEventKey.EventType ROUTING
public static final ServiceEventKey.EventType CIRCUIT_BREAKING
public static final ServiceEventKey.EventType RATE_LIMITING
public static final ServiceEventKey.EventType SERVICE
public static ServiceEventKey.EventType[] values()
for (ServiceEventKey.EventType c : ServiceEventKey.EventType.values()) System.out.println(c);
public static ServiceEventKey.EventType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2022. All rights reserved.