Interface CommandPostprocessor<C>

Type Parameters:
C - command sender type
All Superinterfaces:
Consumer<CommandPostprocessingContext<C>>, ConsumerService<CommandPostprocessingContext<C>>, Function<CommandPostprocessingContext<C>,State>, Service<CommandPostprocessingContext<C>,State>, SideEffectService<CommandPostprocessingContext<C>>
All Known Implementing Classes:
AcceptingCommandPostprocessor

@API(status=STABLE) public interface CommandPostprocessor<C> extends ConsumerService<CommandPostprocessingContext<C>>
Command postprocessor that acts on commands before execution