case class BatchedAPIMessageCacheUpdate(updates: Seq[APIMessageCacheUpdate[_]]) extends CacheEvent with Product with Serializable
- Source
- cacheUpdates.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BatchedAPIMessageCacheUpdate
- Serializable
- Product
- Equals
- CacheEvent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BatchedAPIMessageCacheUpdate(updates: Seq[APIMessageCacheUpdate[_]])
Value Members
- def process(builder: CacheSnapshotBuilder): Unit
Updates a ackcord.cachehandlers.CacheSnapshotBuilder according to this event.
Updates a ackcord.cachehandlers.CacheSnapshotBuilder according to this event.
- Definition Classes
- BatchedAPIMessageCacheUpdate → CacheEvent
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val updates: Seq[APIMessageCacheUpdate[_]]