public interface RequestReplyHandler
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<Slice> |
handle(Slice input)
Handles a
Stateful Functions invocation. |
java.util.concurrent.CompletableFuture<Slice> handle(Slice input)
Stateful Functions
invocation.input
- a Slice as received from the StateFun
server.StateFun
server, as the result of this invocation.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.