Class CombinedReadEventAdapter
TBD
Inherited Members
Namespace: Akka.Persistence.Journal
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class CombinedReadEventAdapter : IEventAdapter, IWriteEventAdapter, IReadEventAdapter
Constructors
| Improve this Doc View SourceCombinedReadEventAdapter(IEnumerable<IEventAdapter>)
TBD
Declaration
public CombinedReadEventAdapter(IEnumerable<IEventAdapter> adapters)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IEventAdapter> | adapters | TBD |
Properties
| Improve this Doc View SourceAdapters
TBD
Declaration
public IEnumerable<IEventAdapter> Adapters { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IEventAdapter> |
Methods
| Improve this Doc View SourceFromJournal(Object, String)
TBD
Declaration
public IEventSequence FromJournal(object evt, string manifest)
Parameters
Type | Name | Description |
---|---|---|
Object | evt | TBD |
String | manifest | TBD |
Returns
Type | Description |
---|---|
IEventSequence | TBD |
Manifest(Object)
TBD
Declaration
public string Manifest(object evt)
Parameters
Type | Name | Description |
---|---|---|
Object | evt | TBD |
Returns
Type | Description |
---|---|
String | TBD |
Exceptions
Type | Condition |
---|---|
IllegalStateException | TBD |
ToJournal(Object)
TBD
Declaration
public object ToJournal(object evt)
Parameters
Type | Name | Description |
---|---|---|
Object | evt | TBD |
Returns
Type | Description |
---|---|
Object | TBD |
Exceptions
Type | Condition |
---|---|
IllegalStateException | TBD |