CommandServiceFactory

csw.command.client.CommandServiceFactory

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def jMake(componentLocation: Location, actorSystem: ActorSystem[_]): ICommandService

Make a CommandService instance for java

Make a CommandService instance for java

Value parameters

actorSystem

of the component used for executing commands to other components and wait for the responses

componentLocation

the destination component location to which commands need to be sent

Attributes

Returns

an instance of type ICommandService

def make(componentLocation: Location)(implicit actorSystem: ActorSystem[_]): CommandService

Make a CommandService instance for scala

Make a CommandService instance for scala

Value parameters

actorSystem

of the component used for executing commands to other components and wait for the responses

componentLocation

the destination component location to which commands need to be sent

Attributes

Returns

an instance of type CommandService