Class ColorFruitTagger
Inheritance
ColorFruitTagger
Assembly: Akka.Persistence.TCK.dll
Syntax
public class ColorFruitTagger : IWriteEventAdapter
Properties
|
Improve this Doc
View Source
Colors
Declaration
public static IImmutableSet<string> Colors { get; }
Property Value
Type |
Description |
System.Collections.Immutable.IImmutableSet<String> |
|
|
Improve this Doc
View Source
Fruits
Declaration
public static IImmutableSet<string> Fruits { get; }
Property Value
Type |
Description |
System.Collections.Immutable.IImmutableSet<String> |
|
Methods
|
Improve this Doc
View Source
Manifest(Object)
Declaration
public string Manifest(object evt)
Parameters
Type |
Name |
Description |
Object |
evt |
|
Returns
|
Improve this Doc
View Source
ToJournal(Object)
Declaration
public object ToJournal(object evt)
Parameters
Type |
Name |
Description |
Object |
evt |
|
Returns
Implements
Extension Methods