Class

im.actor.server.dialog

ActorDelivery

Related Doc: package dialog

Permalink

final class ActorDelivery extends DeliveryExtension with UpdateCounters with PushText with PeersImplicits

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ActorDelivery
  2. PeersImplicits
  3. PushText
  4. UpdateCounters
  5. DeliveryExtension
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ActorDelivery()(implicit system: ActorSystem)

    Permalink

Type Members

  1. type CensoredPushText = String

    Permalink
    Definition Classes
    PushText
  2. implicit class ExtGroupOutPeer extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits
  3. implicit class ExtOutPeer extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits
  4. implicit class ExtPeer extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits
  5. implicit class ExtPeerCompanion extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits
  6. implicit class ExtPeerModel extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits
  7. type PushText = String

    Permalink
    Definition Classes
    PushText

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit val ec: ExecutionContext

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getPushText(peer: Peer, outUser: Int, clientName: String, message: ApiMessage): Future[(PushText, CensoredPushText)]

    Permalink
    Attributes
    protected
    Definition Classes
    PushText
  12. def getUpdateCountersChanged(userId: Int)(implicit ec: ExecutionContext): DBIO[UpdateCountersChanged]

    Permalink
    Attributes
    protected
    Definition Classes
    UpdateCounters
  13. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def notifyRead(userId: Int, peer: Peer, date: Long, now: Long): Future[Unit]

    Permalink
    Definition Classes
    ActorDeliveryDeliveryExtension
  19. def notifyReceive(userId: Int, peer: Peer, date: Long, now: Long): Future[Unit]

    Permalink
    Definition Classes
    ActorDeliveryDeliveryExtension
  20. def read(readerUserId: Int, readerAuthSid: Int, peer: Peer, date: Long): Future[Unit]

    Permalink
    Definition Classes
    ActorDeliveryDeliveryExtension
  21. def receiverDelivery(receiverUserId: Int, senderUserId: Int, peer: Peer, randomId: Long, timestamp: Long, message: ApiMessage, isFat: Boolean): Future[Unit]

    Permalink
    Definition Classes
    ActorDeliveryDeliveryExtension
  22. def senderDelivery(senderUserId: Int, senderAuthSid: Int, peer: Peer, randomId: Long, timestamp: Long, message: ApiMessage, isFat: Boolean): Future[SeqState]

    Permalink
    Definition Classes
    ActorDeliveryDeliveryExtension
  23. implicit val seqUpdatesExt: SeqUpdatesExtension

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

    Permalink
    Definition Classes
    AnyRef
  25. implicit val system: ActorSystem

    Permalink
    Definition Classes
    ActorDeliveryPushText
  26. def toString(): String

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

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

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

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

Inherited from PeersImplicits

Inherited from messaging.PushText

Inherited from UpdateCounters

Inherited from DeliveryExtension

Inherited from AnyRef

Inherited from Any

Ungrouped