接口 ApiDefinitionChangeObserver
public interface ApiDefinitionChangeObserver
- 从以下版本开始:
- 1.6.0
- 作者:
- Eric Zhao
-
方法概要
修饰符和类型方法说明voidonChange(Set<ApiDefinition> apiDefinitions) Notify the observer about the new gateway API definitions.
-
方法详细资料
-
onChange
Notify the observer about the new gateway API definitions.- 参数:
apiDefinitions- new set of gateway API definition
-