跳转到内容
简体中文

clusterOf

此内容尚不支持你的语言。

clusterOf(system): Option<Cluster>

Defined in: src/cluster/ClusterExtension.ts:65

Convenience accessor mirroring metricsOf / tracerOfclusterOf(system) is the joined cluster, or None.

Equivalent to system.cluster, which is the form to prefer in application code; this exists for call sites that already work in terms of a system and want the lookup without the property.

ActorSystem

Option<Cluster>