Uses of Interface
org.oxerr.vividseats.client.inventory.ListingService
Packages that use 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
Methods in org.oxerr.vividseats.client that return ListingService -
Uses of ListingService in org.oxerr.vividseats.client.cached.redisson.inventory
Constructors in org.oxerr.vividseats.client.cached.redisson.inventory with parameters of type ListingServiceModifierConstructorDescriptionRedissonCachedListingService
(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
Methods in org.oxerr.vividseats.client.rescu.impl that return ListingService -
Uses of ListingService in org.oxerr.vividseats.client.rescu.impl.inventory
Classes in org.oxerr.vividseats.client.rescu.impl.inventory that implement ListingService