Class RedissonCachedViagogoClient
java.lang.Object
org.oxerr.viagogo.client.cached.redisson.RedissonCachedViagogoClient
- All Implemented Interfaces:
CachedViagogoClient
-
Constructor Summary
ConstructorDescriptionRedissonCachedViagogoClient
(org.oxerr.viagogo.client.ViagogoClient viagogoClient, RedissonCachedSellerListingService cachedSellerListingService) RedissonCachedViagogoClient
(org.oxerr.viagogo.client.ViagogoClient viagogoClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix) RedissonCachedViagogoClient
(org.oxerr.viagogo.client.ViagogoClient viagogoClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor) RedissonCachedViagogoClient
(org.oxerr.viagogo.client.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 TypeMethodDescriptionorg.oxerr.viagogo.client.ViagogoClient
-
Constructor Details
-
RedissonCachedViagogoClient
public RedissonCachedViagogoClient(org.oxerr.viagogo.client.ViagogoClient viagogoClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix) -
RedissonCachedViagogoClient
-
RedissonCachedViagogoClient
@Deprecated(since="5.0.0", forRemoval=true) public RedissonCachedViagogoClient(org.oxerr.viagogo.client.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(org.oxerr.viagogo.client.ViagogoClient viagogoClient, RedissonCachedSellerListingService cachedSellerListingService)
-
-
Method Details
-
getClient
public org.oxerr.viagogo.client.ViagogoClient getClient()- Specified by:
getClient
in interfaceCachedViagogoClient
-
getCachedSellerListingsService
- Specified by:
getCachedSellerListingsService
in interfaceCachedViagogoClient
-
getCachedSellerListingService
- Specified by:
getCachedSellerListingService
in interfaceCachedViagogoClient
-