public class EventBusConfigStore extends Object implements ConfigStore
| Constructor and Description |
|---|
EventBusConfigStore(Vertx vertx,
String address) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
close()
Closes the configuration store.
|
Future<Buffer> |
get()
Retrieves the configuration store in this store.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getpublic Future<Void> close()
ConfigStoreclose in interface ConfigStorepublic Future<Buffer> get()
ConfigStoreget in interface ConfigStoreCopyright © 2021. All rights reserved.