Interface CommandHandler<Command,State>

All Known Subinterfaces:
CommandHandlerWithReply<Command,State>

public interface CommandHandler<Command,State>
FunctionalInterface for reacting on commands

Used with CommandHandlerBuilder to setup the behavior of a DurableStateBehavior

  • Method Summary

    Modifier and Type
    Method
    Description
    apply(State state, Command command)