Uses of Class
org.oxerr.ticket.inventory.support.Event
Packages that use Event
Package
Description
Provides a cache layer for ticket inventory support.
Redisson based
CachedListingService
.-
Uses of Event in org.oxerr.ticket.inventory.support.cached
Classes in org.oxerr.ticket.inventory.support.cached with type parameters of type EventModifier and TypeInterfaceDescriptioninterface
CachedListingService<P extends Serializable,
I extends Serializable, R extends Serializable, L extends Listing<I, R>, E extends Event<P, I, R, L>> Listing services. -
Uses of Event in org.oxerr.ticket.inventory.support.cached.redisson
Classes in org.oxerr.ticket.inventory.support.cached.redisson with type parameters of type EventModifier and TypeClassDescriptionclass
RedissonCachedListingServiceSupport<P extends Serializable,
I extends Serializable, R extends Serializable, L extends Listing<I, R>, E extends Event<P, I, R, L>, C extends CachedListing<R>> TheCachedListingService
implementation using Redisson.