Class EventAdapters
TBD
Inherited Members
Namespace: Akka.Persistence.Journal
Assembly: Akka.Persistence.dll
Syntax
public class EventAdapters
Constructors
| Improve this Doc View SourceEventAdapters(ConcurrentDictionary<Type, IEventAdapter>, IEnumerable<KeyValuePair<Type, IEventAdapter>>, ILoggingAdapter)
Initializes a new instance of the EventAdapters class.
Declaration
protected EventAdapters(ConcurrentDictionary<Type, IEventAdapter> map, IEnumerable<KeyValuePair<Type, IEventAdapter>> bindings, ILoggingAdapter log)
Parameters
Type | Name | Description |
---|---|---|
ConcurrentDictionary<Type, IEventAdapter> | map | TBD |
IEnumerable<KeyValuePair<Type, IEventAdapter>> | bindings | TBD |
ILoggingAdapter | log | TBD |
Methods
| Improve this Doc View SourceCreate(ExtendedActorSystem, Config)
Initializes a new instance of the EventAdapters class.
Declaration
public static EventAdapters Create(ExtendedActorSystem system, Config config)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system | TBD |
Config | config | TBD |
Returns
Type | Description |
---|---|
EventAdapters | TBD |
Get(Type)
TBD
Declaration
public virtual IEventAdapter Get(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | TBD |
Returns
Type | Description |
---|---|
IEventAdapter | TBD |
Get<T>()
TBD
Declaration
public IEventAdapter Get<T>()
Returns
Type | Description |
---|---|
IEventAdapter | TBD |
Type Parameters
Name | Description |
---|---|
T | TBD |