csw.command.client.CommandResponseManager
See theCommandResponseManager companion object
class CommandResponseManager(val commandResponseManagerActor: ActorRef[CRMMessage])(implicit val actorSystem: ActorSystem[_])
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 Objecttrait Matchableclass Any
Members list
In this article