Uses of Class
org.oxerr.seatgeek.client.cached.model.SeatGeekListing
Package
Description
Models for cached client.
Client using Redisson as cache.
-
Uses of SeatGeekListing in org.oxerr.seatgeek.client.cached.model
ModifierConstructorDescriptionSeatGeekEvent
(String id, OffsetDateTime startDate, List<SeatGeekListing> listings) -
Uses of SeatGeekListing in org.oxerr.seatgeek.client.cached.redisson
Modifier and TypeMethodDescriptionprotected void
RedissonCachedListingService.createListing
(SeatGeekEvent event, SeatGeekListing listing) protected SeatGeekCachedListing
RedissonCachedListingService.toCached
(SeatGeekEvent event, SeatGeekListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status) -
Uses of SeatGeekListing in org.oxerr.seatgeek.client.cached.redisson.model
Modifier and TypeMethodDescriptionstatic CachedListing
CachedListing.listed
(SeatGeekListing listing) Deprecated.static CachedListing
CachedListing.pending
(SeatGeekListing listing) Deprecated.static boolean
CachedListing.shouldCreate
(SeatGeekListing listing, CachedListing cachedListing) Deprecated.ModifierConstructorDescriptionSeatGeekCachedListing
(SeatGeekListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status)