=doc missing ACK reply in doc example (#24997)
This commit is contained in:
parent
3e11092388
commit
d870d37bb3
2 changed files with 12 additions and 2 deletions
|
|
@ -329,6 +329,7 @@ public class IntegrationDocTest extends AbstractJavaTest {
|
|||
return receiveBuilder()
|
||||
.match(StreamInitialized.class, init -> {
|
||||
log().info("Stream initialized");
|
||||
sender().tell(new Ack(), self());
|
||||
})
|
||||
.match(String.class, element -> {
|
||||
log().info("Received element: {}", element);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue