Skip to content

Commit

Permalink
Forbid post-processing ack where a Processor produces a Message
Browse files Browse the repository at this point in the history
If the user's processor produces the message, the reactive messaging
implementation cannot determine when that message is acknowledged
without wrapping it and hiding the actual class of the Message.

Signed-off-by: Andrew Rouse <[email protected]>
  • Loading branch information
Azquelt committed Jun 7, 2019
1 parent a20a19d commit 9ee35b7
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 9ee35b7

Please sign in to comment.