| 程序包 | 说明 |
|---|---|
| com.github.liuyehcf.framework.rpc.ares.constant | |
| com.github.liuyehcf.framework.rpc.ares.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static SchemaType |
SchemaType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SchemaType[] |
SchemaType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
AresContext.invokeWithEndpoint(SchemaType schemaType,
String host,
Integer port,
AresContext.Invoker<T> invoker) |
static void |
AresContext.setEndpoint(SchemaType schemaType,
String host,
Integer port) |
Copyright © 2020. All rights reserved.