Class RedissonCachedViagogoClient
java.lang.Object
org.oxerr.viagogo.client.cached.redisson.RedissonCachedViagogoClient
- All Implemented Interfaces:
CachedViagogoClient
-
Constructor Summary
ConstructorsConstructorDescriptionRedissonCachedViagogoClient(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:
getClientin interfaceCachedViagogoClient
-
getCachedSellerListingsService
- Specified by:
getCachedSellerListingsServicein interfaceCachedViagogoClient
-
getCachedSellerListingService
- Specified by:
getCachedSellerListingServicein interfaceCachedViagogoClient
-