Uses of Interface
org.oxerr.seatgeek.client.SeatGeekClient
Packages that use SeatGeekClient
Package
Description
Client using cache.
Client using Redisson as cache.
Client implementations by ResCU.
-
Uses of SeatGeekClient in org.oxerr.seatgeek.client.cached
Methods in org.oxerr.seatgeek.client.cached that return SeatGeekClient -
Uses of SeatGeekClient in org.oxerr.seatgeek.client.cached.redisson
Methods in org.oxerr.seatgeek.client.cached.redisson that return SeatGeekClientConstructors in org.oxerr.seatgeek.client.cached.redisson with parameters of type SeatGeekClientModifierConstructorDescriptionRedissonCachedSeatGeekClient(SeatGeekClient seatGeekClient, RedissonCachedListingService cachedListingService) RedissonCachedSeatGeekClient(SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix) RedissonCachedSeatGeekClient(SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor) RedissonCachedSeatGeekClient(SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor, boolean create) -
Uses of SeatGeekClient in org.oxerr.seatgeek.client.rescu
Classes in org.oxerr.seatgeek.client.rescu that implement SeatGeekClient