public class ActionService extends Object implements ActionStub
| Constructor and Description |
|---|
ActionService() |
| 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) |
public io.vertx.core.Future<SAction> fetchAction(String normalizedUri, io.vertx.core.http.HttpMethod method)
fetchAction in interface ActionStubpublic io.vertx.core.Future<SAction> fetchAction(String normalizedUri, io.vertx.core.http.HttpMethod method, String sigma)
fetchAction in interface ActionStubpublic io.vertx.core.Future<SResource> fetchResource(String key)
fetchResource in interface ActionStubpublic io.vertx.core.Future<List<SAction>> searchAuthorized(String keyword, String sigma)
searchAuthorized in interface ActionStubCopyright © 2020. All rights reserved.