AkkaSimulationRef

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def of(simulation: Simulation)(using system: ActorSystem): SimulationRef

Builds a SimulationRef for an actor-based simulation.

Builds a SimulationRef for an actor-based simulation.

Value Params
simulation

A Simulation to wrap within the actor.

Returns

The constructed SimulationRef.

def ofRef(simulationRef: SimulationRef)(using system: ActorSystem): SimulationRef

Builds a SimulationRef for an actor-based simulation.

Builds a SimulationRef for an actor-based simulation.

Value Params
simulationRef

A SimulationRef to wrap within the actor.

Returns

The constructed SimulationRef.