=doc missing ACK reply in doc example (#24997)

This commit is contained in:
Konrad `ktoso` Malawski 2018-04-30 21:12:04 +09:00 committed by Arnout Engelen
parent 3e11092388
commit d870d37bb3
2 changed files with 12 additions and 2 deletions

View file

@ -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);