Standalone

csw.framework.internal.wiring.Standalone
object Standalone

Start a supervisor actor without a container, in it's own actor system, using the component information provided in a configuration file

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Standalone.type

Members list

Value members

Concrete methods

def spawn(config: Config, wiring: FrameworkWiring): Future[ActorRef[ComponentMessage]]

Spawns a component in standalone mode

Spawns a component in standalone mode

Value parameters

config

represents the componentInfo data

wiring

represents the class for initializing necessary instances to run a component(s)

Attributes

Returns

a Future that completes with actor ref of spawned component