Class RedissonCachedViagogoClient
java.lang.Object
org.oxerr.viagogo.client.cached.redisson.RedissonCachedViagogoClient
- All Implemented Interfaces:
CachedViagogoClient
-
Constructor Summary
ConstructorDescriptionRedissonCachedViagogoClient
(ViagogoClient viagogoClient, RedissonCachedSellerListingService cachedSellerListingService) RedissonCachedViagogoClient
(ViagogoClient viagogoClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix) RedissonCachedViagogoClient
(ViagogoClient viagogoClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor) RedissonCachedViagogoClient
(ViagogoClient viagogoClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor, boolean create) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
RedissonCachedViagogoClient
public RedissonCachedViagogoClient(ViagogoClient viagogoClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix) -
RedissonCachedViagogoClient
public RedissonCachedViagogoClient(ViagogoClient viagogoClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor) -
RedissonCachedViagogoClient
@Deprecated(since="5.0.0", forRemoval=true) public RedissonCachedViagogoClient(ViagogoClient viagogoClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor, boolean create) Deprecated, for removal: This API element is subject to removal in a future version. -
RedissonCachedViagogoClient
public RedissonCachedViagogoClient(ViagogoClient viagogoClient, RedissonCachedSellerListingService cachedSellerListingService)
-
-
Method Details
-
getClient
- Specified by:
getClient
in interfaceCachedViagogoClient
-
getCachedSellerListingsService
- Specified by:
getCachedSellerListingsService
in interfaceCachedViagogoClient
-
getCachedSellerListingService
- Specified by:
getCachedSellerListingService
in interfaceCachedViagogoClient
-