Package akka.javasdk.keyvalueentity
Interface KeyValueEntity.Effect.OnSuccessBuilder<S>
- Enclosing interface:
KeyValueEntity.Effect<T>
public static interface KeyValueEntity.Effect.OnSuccessBuilder<S>
-
Method Summary
Modifier and TypeMethodDescription<T> KeyValueEntity.Effect
<T> thenReply
(T message) Reply after for exampleupdateState
.<T> KeyValueEntity.Effect
<T> Reply after for exampleupdateState
.
-
Method Details
-
thenReply
Reply after for exampleupdateState
.- Type Parameters:
T
- The type of the message that must be returned by this call.- Parameters:
message
- The payload of the reply.- Returns:
- A message reply.
-
thenReply
Reply after for exampleupdateState
.- Type Parameters:
T
- The type of the message that must be returned by this call.- Parameters:
message
- The payload of the reply.metadata
- The metadata for the message.- Returns:
- A message reply.
-