Uses of Class
org.oxerr.vividseats.client.cached.inventory.VividSeatsEvent
Package
Description
Cached inventory service using Redisson.
-
Uses of VividSeatsEvent in org.oxerr.vividseats.client.cached.redisson.inventory
Modifier and TypeMethodDescriptionprotected void
RedissonCachedListingService.createListing
(VividSeatsEvent event, VividSeatsListing listing) protected void
RedissonCachedListingService.deleteListing
(VividSeatsEvent event, String listingId) protected int
RedissonCachedListingService.getPriority
(VividSeatsEvent event, VividSeatsListing listing, VividSeatsCachedListing cachedListing) protected boolean
RedissonCachedListingService.shouldCreate
(VividSeatsEvent event, VividSeatsListing listing, VividSeatsCachedListing cachedListing) protected boolean
RedissonCachedListingService.shouldDelete
(VividSeatsEvent event, Set<String> inventoryListingIds, String listingId, 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)