Package | Description |
---|---|
io.vertx.reactivex.redis | |
io.vertx.redis | |
io.vertx.redis.op | |
io.vertx.rxjava.redis |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.clientReply(ClientReplyOptions options,
Handler<AsyncResult<String>> handler)
Instruct the server whether to reply to commands.
|
Single<String> |
RedisClient.rxClientReply(ClientReplyOptions options)
Instruct the server whether to reply to commands.
|
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.clientReply(ClientReplyOptions options,
Handler<AsyncResult<String>> handler)
Deprecated.
Instruct the server whether to reply to commands.
|
Modifier and Type | Method and Description |
---|---|
static ClientReplyOptions |
ClientReplyOptions.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ClientReplyOptions[] |
ClientReplyOptions.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.clientReply(ClientReplyOptions options,
Handler<AsyncResult<String>> handler)
Instruct the server whether to reply to commands.
|
Observable<String> |
RedisClient.clientReplyObservable(ClientReplyOptions options)
Deprecated.
|
Single<String> |
RedisClient.rxClientReply(ClientReplyOptions options)
Instruct the server whether to reply to commands.
|
Copyright © 2023 Eclipse. All rights reserved.