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 voidRedissonCachedListingService.createListing(VividSeatsEvent event, VividSeatsListing listing) protected intRedissonCachedListingService.getPriority(VividSeatsEvent event, VividSeatsListing listing, VividSeatsCachedListing cachedListing) protected booleanRedissonCachedListingService.shouldCreate(VividSeatsEvent event, VividSeatsListing listing, VividSeatsCachedListing cachedListing) protected booleanRedissonCachedListingService.shouldUpdate(VividSeatsEvent event, VividSeatsListing listing, VividSeatsCachedListing cachedListing) protected VividSeatsCachedListingRedissonCachedListingService.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)