Uses of Class
org.oxerr.vividseats.client.cached.inventory.VividSeatsListing
Packages that use VividSeatsListing
Package
Description
Inventory service with cache.
Cached inventory service using Redisson.
-
Uses of VividSeatsListing in org.oxerr.vividseats.client.cached.inventory
Constructor parameters in org.oxerr.vividseats.client.cached.inventory with type arguments of type VividSeatsListingModifierConstructorDescriptionVividSeatsEvent
(String id, OffsetDateTime startDate, Integer vividSeatsEventId, List<VividSeatsListing> listings) -
Uses of VividSeatsListing in org.oxerr.vividseats.client.cached.redisson.inventory
Methods in org.oxerr.vividseats.client.cached.redisson.inventory that return VividSeatsListingMethods in org.oxerr.vividseats.client.cached.redisson.inventory with parameters of type VividSeatsListingModifier and TypeMethodDescriptionprotected void
RedissonCachedListingService.createListing
(VividSeatsEvent event, VividSeatsListing listing) protected int
RedissonCachedListingService.getPriority
(VividSeatsEvent event, VividSeatsListing listing, VividSeatsCachedListing cachedListing) protected boolean
RedissonCachedListingService.shouldCreate
(VividSeatsEvent event, VividSeatsListing listing, VividSeatsCachedListing cachedListing) protected boolean
RedissonCachedListingService.shouldUpdate
(VividSeatsEvent event, VividSeatsListing listing, VividSeatsCachedListing cachedListing) protected VividSeatsCachedListing
RedissonCachedListingService.toCached
(VividSeatsEvent event, VividSeatsListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status) Constructors in org.oxerr.vividseats.client.cached.redisson.inventory with parameters of type VividSeatsListingModifierConstructorDescriptionVividSeatsCachedListing
(VividSeatsEvent event, VividSeatsListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status) VividSeatsCachedListing
(VividSeatsCachedEvent event, VividSeatsListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status)