public interface CommandToEffect<Command,Event,State>
Used with CommandHandlerBuilder to setup the behavior of a ReplicatedEntity
| Modifier and Type | Method and Description |
|---|---|
Effect<Event,State> |
apply(ReplicatedEntity.CommandContext ctx,
State state,
Command command) |
Effect<Event,State> apply(ReplicatedEntity.CommandContext ctx, State state, Command command)
ctx - (undocumented)state - (undocumented)command - (undocumented)ReplicatedEntity.Effect() for effect factories.