Skip to content

Commit

Permalink
Merge pull request #1394 from maxim-s/akka-persistence-fsm-dsl
Browse files Browse the repository at this point in the history
#1096 Port Finite State Machine DSL to Akka.Persistence
  • Loading branch information
Horusiath committed Nov 3, 2015
2 parents 642a65f + 30e4142 commit dce684d
Show file tree
Hide file tree
Showing 6 changed files with 1,567 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<Compile Include="AtLeastOnceDeliveryFailureSpec.cs" />
<Compile Include="AtLeastOnceDeliverySpec.cs" />
<Compile Include="EndToEndEventAdapterSpec.cs" />
<Compile Include="Fsm\PersistentFSMSpec.cs" />
<Compile Include="Journal\ChaosJournal.cs" />
<Compile Include="MemoryEventAdapterSpec.cs" />
<Compile Include="PersistenceSpec.cs" />
Expand Down

0 comments on commit dce684d

Please sign in to comment.