Uses of Class
org.oxerr.vividseats.client.cached.inventory.VividSeatsListing
Package
Description
Inventory service with cache.
Cached inventory service using Redisson.
-
Uses of VividSeatsListing in org.oxerr.vividseats.client.cached.inventory
ModifierConstructorDescriptionVividSeatsEvent
(String id, OffsetDateTime startDate, Integer vividSeatsEventId, List<VividSeatsListing> listings) -
Uses of VividSeatsListing in org.oxerr.vividseats.client.cached.redisson.inventory
Modifier 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) ModifierConstructorDescriptionVividSeatsCachedListing
(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)