public interface ActionStub
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<SAction> |
fetchAction(String normalizedUri,
io.vertx.core.http.HttpMethod method) |
io.vertx.core.Future<SAction> |
fetchAction(String normalizedUri,
io.vertx.core.http.HttpMethod method,
String sigma) |
io.vertx.core.Future<SResource> |
fetchResource(String key) |
io.vertx.core.Future<List<UriMeta>> |
searchAll(String keyword,
String sigma) |
io.vertx.core.Future<List<SAction>> |
searchAuthorized(String keyword,
String sigma) |
Copyright © 2020. All rights reserved.