public interface AoPerformer
元数据仓库专用读取器
| Modifier and Type | Method and Description |
|---|---|
Model |
fetchModel(String identifier) |
io.vertx.core.Future<Model> |
fetchModelAsync(String identifier)
根据identifier读取Model模型数据(AsyncFlow / Sync)
|
io.vertx.core.Future<Set<Model>> |
fetchModelsAsync()
读取当前应用下所有的Model模型数据
|
static AoPerformer |
getInstance(String appName) |
static AoPerformer getInstance(String appName)
Fn.pool 池化 AoPerformer 管理 appName = MetaPerformer
io.vertx.core.Future<Model> fetchModelAsync(String identifier)
根据identifier读取Model模型数据(AsyncFlow / Sync)
Copyright © 2021. All rights reserved.