| 程序包 | 说明 |
|---|---|
| vip.justlive.supine.common | |
| vip.justlive.supine.registry | |
| vip.justlive.supine.service | |
| vip.justlive.supine.transport | |
| vip.justlive.supine.transport.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
RequestKey |
RequestKey.mark() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
RequestKeyWrapper.lookup(RequestKey key) |
| 构造器和说明 |
|---|
RequestKeyWrapper(List<RequestKey> list) |
| 限定符和类型 | 方法和说明 |
|---|---|
ClientTransport |
LocalRegistry.discovery(RequestKey key) |
ClientTransport |
MulticastRegistry.discovery(RequestKey key) |
ClientTransport |
Registry.discovery(RequestKey key)
发现
|
default void |
Registry.register(RequestKey key)
注册方法调用key
|
default void |
Registry.unregister(RequestKey key)
注销方法调用key
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LocalRegistry.register(List<RequestKey> keys) |
void |
MulticastRegistry.register(List<RequestKey> keys) |
void |
Registry.register(List<RequestKey> keys)
注册方法调用keys
|
void |
LocalRegistry.unregister(List<RequestKey> keys) |
void |
MulticastRegistry.unregister(List<RequestKey> keys) |
void |
Registry.unregister(List<RequestKey> keys)
注销方法调用key
|
| 限定符和类型 | 方法和说明 |
|---|---|
static List<RequestKey> |
ServiceMethodInvoker.requestKeys()
获取所有服务调用key
|
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
ClientTransport.lookup(RequestKey key)
获取方法id
|
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
AioClientTransport.lookup(RequestKey key) |
Copyright © 2021. All rights reserved.