Skip to content

Commit

Permalink
fix(examples-tutorial): remove a wrong statement related to side effe…
Browse files Browse the repository at this point in the history
…ct implementation
  • Loading branch information
tmorin committed Mar 16, 2024
1 parent d97506a commit 0ab5703
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/tutorial/src/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,6 @@ In `faggregate`, we define those functions as side effects:
The side effects are applied according to the intention of the handled command.
For instance, the *initializer* is executed when a Command Handler has been registered with the `INITIALIZATION` intention. The details of the intentions are explained in the following sections.

The default implementation of `faggregate`, i.e. `faggregate-core-simple`, provides default implementation throwing an `UnsupportedOperationException`.
Therefore, according to your context, you have to implement and register the side effects.

=== The Initializer

An initializer is executed when the type of the handled Command has been registered with the `INITIALIZATION` intention.
Expand Down

0 comments on commit 0ab5703

Please sign in to comment.