Skip to content

Commit

Permalink
Merge pull request #45 from Azquelt/forbid-post-ack-message
Browse files Browse the repository at this point in the history
Forbid post-processing ack where a Processor produces a Message
  • Loading branch information
cescoffier authored Jun 7, 2019
2 parents a20a19d + 9ee35b7 commit 8968ffb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/src/main/asciidoc/architecture.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,6 @@ Processor<Message<I>, Message<O>> method()
----
| Pre-Processing
| None, Pre-Processing, Manual
Post-Processing can be optionally supported by implementations, however it requires a 1:1 mapping between the incoming element and the outgoing element.

|
[source,java]
Expand All @@ -802,7 +801,6 @@ ProcessorBuilder<Message<I>, Message<O>> method();
----
| Pre-Processing
| None, Pre-Processing, Manual
Post-Processing can be optionally supported by implementations, however it requires a 1:1 mapping between the incoming element and the outgoing element.

|
[source,java]
Expand Down

0 comments on commit 8968ffb

Please sign in to comment.