Class CombinedReadEventAdapter
TBD
Inherited Members
Namespace: Akka.Persistence.Journal
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class CombinedReadEventAdapter : IEventAdapter, IWriteEventAdapter, IReadEventAdapter
Constructors
| Edit this page View SourceCombinedReadEventAdapter(IEnumerable<IEventAdapter>)
TBD
Declaration
public CombinedReadEventAdapter(IEnumerable<IEventAdapter> adapters)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IEventAdapter> | adapters | TBD |
Properties
| Edit this page View SourceAdapters
TBD
Declaration
public IEnumerable<IEventAdapter> Adapters { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IEventAdapter> |
Methods
| Edit this page 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 |