o

ackcord.cachehandlers

PresenceUpdater

object PresenceUpdater extends CacheUpdater[PresenceUpdateData]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PresenceUpdater
  2. CacheUpdater
  3. CacheHandler
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def handle(builder: CacheSnapshotBuilder, obj: PresenceUpdateData, registry: CacheTypeRegistry): Unit

    Updates the builder with the object

    Updates the builder with the object

    builder

    The builder to update

    obj

    The logger to update with

    Definition Classes
    PresenceUpdaterCacheHandler
  2. def ignore: Boolean

    If true, the Cache registry won't return this if asked for a type of this handler, but it won't report an error

    If true, the Cache registry won't return this if asked for a type of this handler, but it won't report an error

    Definition Classes
    CacheHandler
  3. val log: Logger
    Definition Classes
    CacheHandler