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() |
protected static CloudLogService |
logService() |
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)
登记云端事件服务
|
static void |
register(CloudLogService service)
登记云端日志服务
|
static void |
register(CloudTraceService service)
登记云端跟踪服务
|
protected static CloudTraceService |
traceService() |
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)
public static void register(CloudLogService service)
public static void register(CloudTraceService service)
protected static CloudConfigService configService()
protected static CloudDiscoveryService discoveryService()
protected static CloudEventService eventService()
protected static CloudLogService logService()
protected static CloudTraceService traceService()
Copyright © 2021. All rights reserved.