CommandServiceExtension

csw.command.api.utils.CommandServiceExtension
class CommandServiceExtension(commandService: CommandService)(implicit val actorSystem: ActorSystem[_])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def onewayAndMatch(controlCommand: ControlCommand, stateMatcher: StateMatcher): Future[MatchingResponse]
def submitAllAndWait(submitCommands: List[ControlCommand])(implicit timeout: Timeout): Future[List[SubmitResponse]]
def submitAndWait(controlCommand: ControlCommand)(implicit timeout: Timeout): Future[SubmitResponse]

Implicits

Implicits

implicit val actorSystem: ActorSystem[_]