Package | Description |
---|---|
io.vertx.ext.consul | |
io.vertx.reactivex.ext.consul | |
io.vertx.rxjava.ext.consul |
Modifier and Type | Method and Description |
---|---|
AclToken |
AclToken.setId(String id)
Set ID of token
|
AclToken |
AclToken.setName(String name)
Set name of token
|
AclToken |
AclToken.setRules(String rules)
Set rules for token
|
AclToken |
AclToken.setType(AclTokenType type)
Set type of token
|
Modifier and Type | Method and Description |
---|---|
Future<AclToken> |
ConsulClient.infoAclToken(String id)
Like
ConsulClient.infoAclToken(String, Handler) but returns a Future of the asynchronous result. |
Future<List<AclToken>> |
ConsulClient.listAclTokens()
Like
ConsulClient.listAclTokens(Handler) but returns a Future of the asynchronous result. |
Modifier and Type | Method and Description |
---|---|
Future<String> |
ConsulClient.createAclToken(AclToken token)
Like
ConsulClient.createAclToken(AclToken, Handler) but returns a Future of the asynchronous result. |
ConsulClient |
ConsulClient.createAclToken(AclToken token,
Handler<AsyncResult<String>> idHandler)
Create new Acl token
|
Future<String> |
ConsulClient.updateAclToken(AclToken token)
Like
ConsulClient.updateAclToken(AclToken, Handler) but returns a Future of the asynchronous result. |
ConsulClient |
ConsulClient.updateAclToken(AclToken token,
Handler<AsyncResult<String>> idHandler)
Update Acl token
|
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.infoAclToken(String id,
Handler<AsyncResult<AclToken>> tokenHandler)
Get info of Acl token
|
ConsulClient |
ConsulClient.listAclTokens(Handler<AsyncResult<List<AclToken>>> resultHandler)
Get list of Acl token
|
Constructor and Description |
---|
AclToken(AclToken token)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
Single<AclToken> |
ConsulClient.rxInfoAclToken(String id)
Get info of Acl token
|
Single<List<AclToken>> |
ConsulClient.rxListAclTokens()
Get list of Acl token
|
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.createAclToken(AclToken token)
Create new Acl token
|
ConsulClient |
ConsulClient.createAclToken(AclToken token,
Handler<AsyncResult<String>> idHandler)
Create new Acl token
|
Single<String> |
ConsulClient.rxCreateAclToken(AclToken token)
Create new Acl token
|
Single<String> |
ConsulClient.rxUpdateAclToken(AclToken token)
Update Acl token
|
ConsulClient |
ConsulClient.updateAclToken(AclToken token)
Update Acl token
|
ConsulClient |
ConsulClient.updateAclToken(AclToken token,
Handler<AsyncResult<String>> idHandler)
Update Acl token
|
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.infoAclToken(String id,
Handler<AsyncResult<AclToken>> tokenHandler)
Get info of Acl token
|
ConsulClient |
ConsulClient.listAclTokens(Handler<AsyncResult<List<AclToken>>> resultHandler)
Get list of Acl token
|
Modifier and Type | Method and Description |
---|---|
Single<AclToken> |
ConsulClient.rxInfoAclToken(String id)
Get info of Acl token
|
Single<List<AclToken>> |
ConsulClient.rxListAclTokens()
Get list of Acl token
|
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.createAclToken(AclToken token)
Create new Acl token
|
ConsulClient |
ConsulClient.createAclToken(AclToken token,
Handler<AsyncResult<String>> idHandler)
Create new Acl token
|
Single<String> |
ConsulClient.rxCreateAclToken(AclToken token)
Create new Acl token
|
Single<String> |
ConsulClient.rxUpdateAclToken(AclToken token)
Update Acl token
|
ConsulClient |
ConsulClient.updateAclToken(AclToken token)
Update Acl token
|
ConsulClient |
ConsulClient.updateAclToken(AclToken token,
Handler<AsyncResult<String>> idHandler)
Update Acl token
|
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.infoAclToken(String id,
Handler<AsyncResult<AclToken>> tokenHandler)
Get info of Acl token
|
ConsulClient |
ConsulClient.listAclTokens(Handler<AsyncResult<List<AclToken>>> resultHandler)
Get list of Acl token
|
Copyright © 2021 Eclipse. All rights reserved.