Interface CommandHandlerWithReply<Command,State>

All Superinterfaces:
CommandHandler<Command,State>

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

Used with CommandHandlerWithReplyBuilder to setup the behavior of a DurableStateBehaviorWithEnforcedReplies