Uses of Interface
org.oxerr.vividseats.client.inventory.ListingService
Package
Description
Vivid Seats API client.
Cached inventory service using Redisson.
Vivid Seats API
client implementation using ResCU.
Inventory API implementation.
-
Uses of ListingService in org.oxerr.vividseats.client
-
Uses of ListingService in org.oxerr.vividseats.client.cached.redisson.inventory
ModifierConstructorDescriptionRedissonCachedListingService
(ListingService listingService, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor) Constructs with defaultListingConfiguration
and defaultRetryConfiguration
.RedissonCachedListingService
(ListingService listingService, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor, org.oxerr.ticket.inventory.support.cached.redisson.ListingConfiguration listingConfiguration) Constructs with specifiedListingConfiguration
and specifiedRetryConfiguration
. -
Uses of ListingService in org.oxerr.vividseats.client.rescu.impl
-
Uses of ListingService in org.oxerr.vividseats.client.rescu.impl.inventory