CommandResponseManager

csw.command.client.CommandResponseManager
See theCommandResponseManager companion object

Wrapper API for interacting with Command Response Manager of a component

Value parameters

actorSystem

actor system for allowing sending messages in API

commandResponseManagerActor

underlying actor managing command responses for started commands

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

queryFinal allows executing code when all the provided commands have completed.

queryFinal allows executing code when all the provided commands have completed.

Value parameters

commands

commands that have been started with submit or submitAndWait

Attributes

Returns

An overall response indicated success or failure

def queryFinalAll(commands: List[CompletableFuture[SubmitResponse]]): CompletableFuture[OverallResponse]

Java API: queryFinal allows executing code when all the provided commands have completed.

Java API: queryFinal allows executing code when all the provided commands have completed.

Value parameters

commands

commands that have been started with submit or submitAndWait

Attributes

Returns

An overall response indicated success or failure

Add a new command or update an existing command with the provided status

Add a new command or update an existing command with the provided status

Value parameters

submitResponse

final update for a started command csw.params.commands.CommandResponse.SubmitResponse

Attributes

Implicits

Implicits

implicit val actorSystem: ActorSystem[_]
implicit val ex: ExecutionContext