Click or drag to resize
Akka.NETEventAdapters Constructor
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
protected EventAdapters(
	ConcurrentDictionary<Type, IEventAdapter> map,
	IEnumerable<KeyValuePair<Type, IEventAdapter>> bindings,
	ILoggingAdapter log
)

Parameters

map
Type: System.Collections.ConcurrentConcurrentDictionaryType, IEventAdapter
TBD
bindings
Type: System.Collections.GenericIEnumerableKeyValuePairType, IEventAdapter
TBD
log
Type: Akka.EventILoggingAdapter
TBD
See Also