| 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 | 
|---|---|
ConsulClient | 
ConsulClient.createAclToken(AclToken token,
              Handler<AsyncResult<String>> idHandler)
Create new Acl token 
 | 
ConsulService | 
ConsulService.createAclToken(AclToken token,
              Handler<AsyncResult<String>> idHandler)  | 
ConsulClient | 
ConsulClient.updateAclToken(AclToken token,
              Handler<AsyncResult<String>> idHandler)
Update Acl token 
 | 
ConsulService | 
ConsulService.updateAclToken(AclToken token,
              Handler<AsyncResult<String>> idHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.infoAclToken(String id,
            Handler<AsyncResult<AclToken>> tokenHandler)
Get info of Acl token 
 | 
ConsulService | 
ConsulService.infoAclToken(String id,
            Handler<AsyncResult<AclToken>> tokenHandler)  | 
ConsulClient | 
ConsulClient.listAclTokens(Handler<AsyncResult<List<AclToken>>> resultHandler)
Get list of Acl token 
 | 
ConsulService | 
ConsulService.listAclTokens(Handler<AsyncResult<List<AclToken>>> resultHandler)  | 
| 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<AclToken> | 
ConsulService.rxInfoAclToken(String id)  | 
Single<List<AclToken>> | 
ConsulClient.rxListAclTokens()
Get list of Acl token 
 | 
Single<List<AclToken>> | 
ConsulService.rxListAclTokens()  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.createAclToken(AclToken token,
              Handler<AsyncResult<String>> idHandler)
Create new Acl token 
 | 
ConsulService | 
ConsulService.createAclToken(AclToken token,
              Handler<AsyncResult<String>> idHandler)  | 
Single<String> | 
ConsulClient.rxCreateAclToken(AclToken token)
Create new Acl token 
 | 
Single<String> | 
ConsulService.rxCreateAclToken(AclToken token)  | 
Single<String> | 
ConsulClient.rxUpdateAclToken(AclToken token)
Update Acl token 
 | 
Single<String> | 
ConsulService.rxUpdateAclToken(AclToken token)  | 
ConsulClient | 
ConsulClient.updateAclToken(AclToken token,
              Handler<AsyncResult<String>> idHandler)
Update Acl token 
 | 
ConsulService | 
ConsulService.updateAclToken(AclToken token,
              Handler<AsyncResult<String>> idHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.infoAclToken(String id,
            Handler<AsyncResult<AclToken>> tokenHandler)
Get info of Acl token 
 | 
ConsulService | 
ConsulService.infoAclToken(String id,
            Handler<AsyncResult<AclToken>> tokenHandler)  | 
ConsulClient | 
ConsulClient.listAclTokens(Handler<AsyncResult<List<AclToken>>> resultHandler)
Get list of Acl token 
 | 
ConsulService | 
ConsulService.listAclTokens(Handler<AsyncResult<List<AclToken>>> resultHandler)  | 
| 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,
              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,
              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 © 2020 Eclipse. All rights reserved.