public class CloudManager extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected static Map<CloudConfig,CloudConfigHandler> |
configHandlerMap |
protected static Map<CloudEvent,CloudEventHandler> |
eventHandlerMap |
| 构造器和说明 |
|---|
CloudManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static CloudConfigService |
configService() |
protected static CloudDiscoveryService |
discoveryService() |
protected static CloudEventService |
eventService() |
static void |
register(CloudConfig anno,
CloudConfigHandler handler)
登记配置订阅
|
static void |
register(CloudConfigService service)
登记配置服务
|
static void |
register(CloudDiscoveryService service)
登记注册服务
|
static void |
register(CloudEvent anno,
CloudEventHandler handler)
登记事件订阅
|
static void |
register(CloudEventService service)
登记事件服务
|
protected static final Map<CloudConfig,CloudConfigHandler> configHandlerMap
protected static final Map<CloudEvent,CloudEventHandler> eventHandlerMap
public static void register(CloudConfig anno, CloudConfigHandler handler)
public static void register(CloudEvent anno, CloudEventHandler handler)
public static void register(CloudConfigService service)
public static void register(CloudDiscoveryService service)
public static void register(CloudEventService service)
protected static CloudConfigService configService()
protected static CloudDiscoveryService discoveryService()
protected static CloudEventService eventService()
Copyright © 2021. All rights reserved.