Click or drag to resize
Akka.NETEventAdaptersCreate Method
Initializes a new instance of the EventAdapters class.

Namespace:  Akka.Persistence.Journal
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static EventAdapters Create(
	ExtendedActorSystem system,
	Config config
)

Parameters

system
Type: Akka.ActorExtendedActorSystem
TBD
config
Type: Akka.ConfigurationConfig
TBD

Return Value

Type: EventAdapters
TBD
See Also