Package-level declarations

Types

Link copied to clipboard
sealed external interface Address
Link copied to clipboard
sealed external interface Cluster : EventEmitter
Link copied to clipboard
sealed external interface ClusterEvent
Link copied to clipboard
sealed external interface ClusterSettings
Link copied to clipboard
sealed external interface SerializationType
Link copied to clipboard
external class Worker : EventEmitter

A Worker object contains all public information and method about a worker. In the primary it can be obtained using cluster.workers. In a worker it can be obtained using cluster.worker.

Link copied to clipboard
sealed external interface WorkerEvent

Properties

Link copied to clipboard
external val cluster: Cluster