@@ -21,18 +21,19 @@ Down below is an exhaustive list of all the sample:
21
21
4 . [ Reset Handler] ( reset-handler/README.md ) - Sample showing how to reset a ` StreamingEventProcessor ` .
22
22
5 . [ Saga - No TOAST in PostgreSQL] ( saga/README.md ) - Sample showing a basis Saga, that's stored in a PostgreSQL
23
23
without [ TOAST] ( https://wiki.postgresql.org/wiki/TOAST ) .
24
- 6 . [ Sequencing Policy] ( sequencing-policy/README.md ) - Sample showing how to set up a custom ` SequencingPolicy ` to adjust
24
+ 6 . [ Serialization Avro] ( serialization-avro/README.md ) - Sample showing usage of Apache Avro Commands/Events/Queries.
25
+ 7 . [ Sequencing Policy] ( sequencing-policy/README.md ) - Sample showing how to set up a custom ` SequencingPolicy ` to adjust
25
26
the event sequence for a ` StreamingEventProcessor ` .
26
- 7 . [ Set-Based Validation] ( set-based-validation/README.md ) - Sample showing several approaches to implement set-based
27
+ 8 . [ Set-Based Validation] ( set-based-validation/README.md ) - Sample showing several approaches to implement set-based
27
28
validation.
28
- 8 . [ Set-Based Validation - Actor Model] ( set-based-validation-actor-model/README.md ) - Sample showing how to implement
29
+ 9 . [ Set-Based Validation - Actor Model] ( set-based-validation-actor-model/README.md ) - Sample showing how to implement
29
30
set-based validation through a dedicated aggregate instance.
30
- 9 . [ Snapshots] ( snapshots/README.md ) - Sample showing how to configure aggregate snapshotting.
31
- 10 . [ Stateful Event Handler] ( stateful-event-handler/README.md ) - Sample showing a stateful event handler that can be
31
+ 10 . [ Snapshots] ( snapshots/README.md ) - Sample showing how to configure aggregate snapshotting.
32
+ 11 . [ Stateful Event Handler] ( stateful-event-handler/README.md ) - Sample showing a stateful event handler that can be
32
33
used as a replacement for sagas.
33
- 11 . [ Subscription Query - REST] ( subscription-query-rest/README.md ) - Sample showing how to use Axon's subscription query
34
+ 12 . [ Subscription Query - REST] ( subscription-query-rest/README.md ) - Sample showing how to use Axon's subscription query
34
35
cleanly in a REST-based controller.
35
- 12 . [ Subscription Query - Streaming] ( subscription-query-streaming/README.md ) - Sample showing how to use Axon's
36
+ 13 . [ Subscription Query - Streaming] ( subscription-query-streaming/README.md ) - Sample showing how to use Axon's
36
37
subscription query cleanly in a streaming-based controller.
37
- 13 . [ Upcasters] ( upcaster/README.md ) - Sample showing several implementations of upcasters.
38
+ 14 . [ Upcasters] ( upcaster/README.md ) - Sample showing several implementations of upcasters.
38
39
0 commit comments