RRemoteService |
RedissonClient.getRemoteService() |
Returns object for remote operations prefixed with the default name (redisson_remote_service)
|
RRemoteService |
RedissonClient.getRemoteService(String name) |
Returns object for remote operations prefixed with the specified name
|
RRemoteService |
RedissonClient.getRemoteService(String name,
Codec codec) |
Returns object for remote operations prefixed with the specified name
and uses provided codec for method arguments and result.
|
RRemoteService |
RedissonClient.getRemoteService(Codec codec) |
Returns object for remote operations prefixed with the default name (redisson_remote_service)
and uses provided codec for method arguments and result.
|
RRemoteService |
RedissonReactiveClient.getRemoteService() |
Returns object for remote operations prefixed with the default name (redisson_remote_service)
|
RRemoteService |
RedissonReactiveClient.getRemoteService(String name) |
Returns object for remote operations prefixed with the specified name
|
RRemoteService |
RedissonReactiveClient.getRemoteService(String name,
Codec codec) |
Returns object for remote operations prefixed with the specified name
and uses provided codec for method arguments and result.
|
RRemoteService |
RedissonReactiveClient.getRemoteService(Codec codec) |
Returns object for remote operations prefixed with the default name (redisson_remote_service)
and uses provided codec for method arguments and result.
|
RRemoteService |
RedissonRxClient.getRemoteService() |
Returns object for remote operations prefixed with the default name (redisson_remote_service)
|
RRemoteService |
RedissonRxClient.getRemoteService(String name) |
Returns object for remote operations prefixed with the specified name
|
RRemoteService |
RedissonRxClient.getRemoteService(String name,
Codec codec) |
Returns object for remote operations prefixed with the specified name
and uses provided codec for method arguments and result.
|
RRemoteService |
RedissonRxClient.getRemoteService(Codec codec) |
Returns object for remote operations prefixed with the default name (redisson_remote_service)
and uses provided codec for method arguments and result.
|