public class ModelPerformer extends Object implements 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模型数据
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstancepublic io.vertx.core.Future<Model> fetchModelAsync(String identifier)
AoPerformer根据identifier读取Model模型数据(AsyncFlow / Sync)
fetchModelAsync in interface AoPerformerpublic Model fetchModel(String identifier)
fetchModel in interface AoPerformerpublic io.vertx.core.Future<Set<Model>> fetchModelsAsync()
AoPerformer读取当前应用下所有的Model模型数据
fetchModelsAsync in interface AoPerformerCopyright © 2020. All rights reserved.