CommandMessage

csw.command.client.messages.CommandMessage
See theCommandMessage companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Oneway(command: ControlCommand, replyTo: ActorRef[OnewayResponse]) extends CommandMessage

Represents a oneway kind of message that carries command to other component

Represents a oneway kind of message that carries command to other component

Value parameters

command

represents a command sent to other component

replyTo

represents the actor that will receive the command response

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RemoteMsg
class Object
trait Matchable
class Any
Show all
case class Submit(command: ControlCommand, replyTo: ActorRef[SubmitResponse]) extends CommandMessage

Represents a submit kind of message that carries command to other component

Represents a submit kind of message that carries command to other component

Value parameters

command

represents a command sent to other component

replyTo

represents the actor that will receive the command response

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RemoteMsg
class Object
trait Matchable
class Any
Show all
case class Validate(command: ControlCommand, replyTo: ActorRef[ValidateResponse]) extends CommandMessage

Represents a validate only kind of message that carries command to other component

Represents a validate only kind of message that carries command to other component

Value parameters

command

represents a command sent to other component

replyTo

represents the actor that will receive the command response

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RemoteMsg
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror