package rpc
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait AppServerCliCommand extends CliCommand
- sealed trait CliCommand extends AnyRef
- sealed trait CommandRpc extends AnyRef
- case class ContactAdd(alias: String, address: InetSocketAddress, memo: String) extends CommandRpc with AppServerCliCommand with Product with Serializable
- case class ContactRemove(address: InetSocketAddress) extends CommandRpc with AppServerCliCommand with Product with Serializable
- trait OracleServerCliCommand extends CliCommand
- trait ServerlessCliCommand extends CliCommand
Value Members
- object CliCommand
- object ContactAdd extends Serializable
- object ContactRemove extends Serializable
- case object ContactsList extends CommandRpc with AppServerCliCommand with Product with Serializable