sealed trait AsyncSend extends Send

Identifies messages sent to the server which are executed asynchronously and reply with a form of done-message.

Linear Supertypes
Send, ServerMessage, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncSend
  2. Send
  3. ServerMessage
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def isSynchronous: Boolean
    Definition Classes
    AsyncSendSend