sealed trait APIMessage extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. APIMessage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def cache: CacheState

    The current state of the cache.

    The current state of the cache. Contains both a snapshot of how the cache looks like after this message (the current one), and a snapshot for how the cache looked like before this message.

  2. abstract def gatewayInfo: GatewayInfo

    Info about the state of the gateway that received this gateway.