CQRS
DurableStateBehaviors along with Akka Projections can be used to implement Command Query Responsibility Segregation (CQRS). For implementing CQRS using EventSourcedBehavior, please take a look at the corresponding CQRS documentation.
DurableStateBehaviors along with Akka Projections can be used to implement Command Query Responsibility Segregation (CQRS). For implementing CQRS using EventSourcedBehavior, please take a look at the corresponding CQRS documentation.