Class

im.actor.server.dialog

DialogExtensionImpl

Related Doc: package dialog

Permalink

final class DialogExtensionImpl extends DialogExtension with PeersImplicits

Linear Supertypes
PeersImplicits, DialogExtension, Extension, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DialogExtensionImpl
  2. PeersImplicits
  3. DialogExtension
  4. Extension
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DialogExtensionImpl(system: ActorSystem)

    Permalink

Type Members

  1. implicit class ExtGroupOutPeer extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits
  2. implicit class ExtOutPeer extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits
  3. implicit class ExtPeer extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits
  4. implicit class ExtPeerCompanion extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits
  5. implicit class ExtPeerModel extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits

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 InternalDialogExtensions: String

    Permalink
  5. def ackMessageRead(peer: Peer, mr: MessageRead): Future[Unit]

    Permalink
  6. def ackMessageReceived(peer: Peer, mr: MessageReceived): Future[Unit]

    Permalink
  7. def ackRemoveReaction(peer: Peer, rr: RemoveReaction): Future[Unit]

    Permalink
  8. def ackSendMessage(peer: Peer, sm: SendMessage): Future[Unit]

    Permalink
  9. def ackSetReaction(peer: Peer, sr: SetReaction): Future[Unit]

    Permalink
  10. def ackUpdateCounters(peer: Peer, uc: UpdateCounters): Future[Unit]

    Permalink
  11. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def delete(userId: Int, peer: Peer): Future[SeqState]

    Permalink
  14. def dialogWithSelf(userId: Int, dialog: Dialog): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def favourite(userId: Int, peer: Peer): Future[SeqState]

    Permalink
  18. def fetchReactions(peer: Peer, clientUserId: Int, randomIds: Set[Long]): DBIO[Map[Long, Seq[MessageReaction]]]

    Permalink
  19. def fetchReactions(peer: Peer, clientUserId: Int, randomId: Long): DBIO[Seq[MessageReaction]]

    Permalink
  20. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getDeliveryExtension(extensions: Seq[ApiExtension]): DeliveryExtension

    Permalink
  23. def getGroupedDialogs(userId: Int): Future[Vector[ApiDialogGroup]]

    Permalink
  24. def getUnreadCount(clientUserId: Int, historyOwner: Int, peer: Peer, ownerLastReadAt: DateTime): DBIO[Int]

    Permalink
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hide(userId: Int, peer: Peer): Future[SeqState]

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isSharedUser(userId: Int): Boolean

    Permalink
  29. def messageRead(peer: ApiPeer, readerUserId: Int, readerAuthSid: Int, date: Long): Future[Unit]

    Permalink
  30. def messageReceived(peer: ApiPeer, receiverUserId: Int, date: Long): Future[Unit]

    Permalink
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def removeReaction(userId: Int, authSid: Int, peer: Peer, randomId: Long, code: String): Future[RemoveReactionAck]

    Permalink
  35. def sendMessage(peer: ApiPeer, senderUserId: Int, senderAuthSid: Int, randomId: Long, message: ApiMessage, isFat: Boolean = false): Future[SeqStateDate]

    Permalink
  36. def setReaction(userId: Int, authSid: Int, peer: Peer, randomId: Long, code: String): Future[SetReactionAck]

    Permalink
  37. def show(userId: Int, peer: Peer): Future[SeqState]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. def unfavourite(userId: Int, peer: Peer): Future[SeqState]

    Permalink
  41. def updateCounters(peer: Peer, userId: Int): Future[Unit]

    Permalink
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def writeMessage(peer: ApiPeer, senderUserId: Int, date: Instant, randomId: Long, message: ApiMessage): Future[Unit]

    Permalink
  46. def writeMessageSelf(userId: Int, peer: ApiPeer, senderUserId: Int, date: DateTime, randomId: Long, message: ApiMessage): Future[Unit]

    Permalink

Inherited from PeersImplicits

Inherited from DialogExtension

Inherited from Extension

Inherited from AnyRef

Inherited from Any

Ungrouped