Uses of Interface
org.oxerr.vividseats.client.VividSeatsClient
Package
Description
Client using cache.
Cached client implementation using Redisson.
Vivid Seats API
client implementation using ResCU.
-
Uses of VividSeatsClient in org.oxerr.vividseats.client.cached
-
Uses of VividSeatsClient in org.oxerr.vividseats.client.cached.redisson
ModifierConstructorDescriptionRedissonCachedVividSeatsClient
(VividSeatsClient vividSeatsClient, RedissonCachedListingService cachedSellerListingService) RedissonCachedVividSeatsClient
(VividSeatsClient vividSeatsClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix) RedissonCachedVividSeatsClient
(VividSeatsClient vividSeatsClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor) -
Uses of VividSeatsClient in org.oxerr.vividseats.client.rescu.impl