ingestCommand method

CommandApplyStatus ingestCommand(
  1. CommandMessage message
)

Fold an incoming command message.

Implementation

CommandApplyStatus ingestCommand(CommandMessage message) =>
    projection.applyMessage(message);