Click or drag to resize
Akka.NETDistributedPubSubMessageSerializer Constructor
Initializes a new instance of the DistributedPubSubMessageSerializer class.

Namespace:  Akka.Cluster.Tools.PublishSubscribe.Serialization
Assembly:  Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public DistributedPubSubMessageSerializer(
	ExtendedActorSystem system
)

Parameters

system
Type: Akka.ActorExtendedActorSystem
The actor system to associate with this serializer.
See Also