Package-level declarations
Types
Link copied to clipboard
Represents a reference to an actor in a distributed cluster system.
Link copied to clipboard
A specialized actor registry that integrates with cluster-based implementations for managing distributed actors.
Link copied to clipboard
class ClusterImpl(nodes: List<ClusterNode>, val current: ClusterNode, val proxy: Boolean = false, val loggerFactory: Logger.Factory, val registry: ClusterActorRegistry, val routing: Routing.() -> Unit = {}, val serialization: SerializersModuleBuilder.() -> Unit = {}) : Cluster
Implementation of the Cluster
interface for managing and orchestrating distributed systems.