Class/Object

im.actor.server.sequence

SeqUpdatesExtension

Related Docs: object SeqUpdatesExtension | package sequence

Permalink

final class SeqUpdatesExtension extends Extension

Linear Supertypes
Extension, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SeqUpdatesExtension
  2. Extension
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SeqUpdatesExtension(_system: ActorSystem, gpm: GooglePushManager, apm: ApplePushManager)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DiffStep: Long

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def broadcastOwnSingleUpdate(userId: Int, bcastUserIds: Set[Int], update: Update, pushRules: PushRules = PushRules(), reduceKey: Option[String] = None, deliveryId: String = ""): Future[(SeqState, Seq[SeqState])]

    Permalink
  7. def broadcastSingleUpdate(userIds: Set[Int], deliver: DeliverUpdate): Future[Seq[SeqState]]

    Permalink
  8. def broadcastSingleUpdate(userIds: Set[Int], update: Update, pushRules: PushRules = PushRules(), reduceKey: Option[String] = None, deliveryId: String = ""): Future[Seq[SeqState]]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def deleteApplePushCredentials(token: Array[Byte]): Future[Unit]

    Permalink
  11. def deletePushCredentials(authId: Long): Future[Unit]

    Permalink
  12. def deliverMappedUpdate(userId: Int, default: Option[Update], custom: Map[Int, Update], pushRules: PushRules = PushRules(), deliveryId: String = ""): Future[SeqState]

    Permalink
  13. def deliverSingleUpdate(userId: Int, update: Update, pushRules: PushRules = PushRules(), reduceKey: Option[String] = None, deliveryId: String = ""): Future[SeqState]

    Permalink
  14. def deliverUpdate(userId: Int, mapping: UpdateMapping, pushRules: PushRules = PushRules(), reduceKey: Option[String] = None, deliveryId: String = ""): Future[SeqState]

    Permalink
  15. def deliverUpdate(userId: Int, deliver: DeliverUpdate): Future[SeqState]

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getDifference(userId: Int, seq: Int, authSid: Int, maxSizeInBytes: Long): Future[(IndexedSeq[SeqUpdate], Boolean)]

    Permalink
  21. def getOriginPeer(update: Update): Option[Peer]

    Permalink
  22. def getSeqState(userId: Int): Future[SeqState]

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def persistUpdate(update: SeqUpdate): Future[Unit]

    Permalink
  29. lazy val region: SeqUpdatesManagerRegion

    Permalink
  30. def registerActorPushCredentials(creds: ActorPushCredentials): Future[Unit]

    Permalink
  31. def registerApplePushCredentials(creds: ApplePushCredentials): Future[Unit]

    Permalink
  32. def registerGooglePushCredentials(creds: GooglePushCredentials): Future[Unit]

    Permalink
  33. def registerPushCredentials(creds: PushCredentials): Future[Unit]

    Permalink
  34. def reloadSettings(userId: Int): Unit

    Permalink
  35. def subscribe(userId: Int, ref: ActorRef): Future[Unit]

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Extension

Inherited from AnyRef

Inherited from Any

Ungrouped