FrameworkWiring

csw.framework.internal.wiring.FrameworkWiring
See theFrameworkWiring companion class

Represents the factory to make framework wiring

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def make(_actorSystem: ActorSystem[Command]): FrameworkWiring

Makes a FrameworkWiring with the given actor system

Makes a FrameworkWiring with the given actor system

Value parameters

_actorSystem

used to initialize other necessary instances like locationService

Attributes

Returns

a FrameworkWiring containing instances to run a component(s)

def make(_actorSystem: ActorSystem[Command], _redisClient: RedisClient): FrameworkWiring
def make(_actorSystem: ActorSystem[Command], _locationService: LocationService): FrameworkWiring

Makes a FrameworkWiring with the given actor system

Makes a FrameworkWiring with the given actor system

Value parameters

_actorSystem

used to initialize other necessary instances like locationService

_locationService

used to initialize other necessary instances like configuration service client

Attributes

Returns

a FrameworkWiring containing instances to run a component(s)

def make(_actorSystem: ActorSystem[Command], _locationService: LocationService, _redisClient: RedisClient): FrameworkWiring