class CommandResponseManager extends AnyRef
Wrapper API for interacting with Command Response Manager of a component
- Alphabetic
- By Inheritance
- CommandResponseManager
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CommandResponseManager(commandResponseManagerActor: ActorRef[CRMMessage])(implicit actorSystem: ActorSystem[_])
- commandResponseManagerActor
underlying actor managing command responses for started commands
- actorSystem
actor system for allowing sending messages in API
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val actorSystem: ActorSystem[_]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val commandResponseManagerActor: ActorRef[CRMMessage]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val ex: ExecutionContext
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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.
- commands
commands that have been started with submit or submitAndWait
- returns
An overall response indicated success or failure
- def queryFinalAll(commands: Future[SubmitResponse]*): Future[OverallResponse]
queryFinal allows executing code when all the provided commands have completed.
queryFinal allows executing code when all the provided commands have completed.
- commands
commands that have been started with submit or submitAndWait
- returns
An overall response indicated success or failure
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateCommand(submitResponse: SubmitResponse): Unit
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
- submitResponse
final update for a started command csw.params.commands.CommandResponse.SubmitResponse
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])