Packages

package rpc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AppServerCliCommand extends CliCommand
  2. sealed trait CliCommand extends AnyRef
  3. sealed trait CommandRpc extends AnyRef
  4. case class ContactAdd(alias: String, address: InetSocketAddress, memo: String) extends CommandRpc with AppServerCliCommand with Product with Serializable
  5. case class ContactRemove(address: InetSocketAddress) extends CommandRpc with AppServerCliCommand with Product with Serializable
  6. trait OracleServerCliCommand extends CliCommand
  7. trait ServerlessCliCommand extends CliCommand

Value Members

  1. object CliCommand
  2. object ContactAdd extends Serializable
  3. object ContactRemove extends Serializable
  4. case object ContactsList extends CommandRpc with AppServerCliCommand with Product with Serializable

Ungrouped