Class AcceptingCommandPostprocessor<C>

java.lang.Object
org.incendo.cloud.execution.postprocessor.AcceptingCommandPostprocessor<C>
Type Parameters:
C - command sender type
All Implemented Interfaces:
Consumer<CommandPostprocessingContext<C>>, Function<CommandPostprocessingContext<C>,State>, CommandPostprocessor<C>, ConsumerService<CommandPostprocessingContext<C>>, Service<CommandPostprocessingContext<C>,State>, SideEffectService<CommandPostprocessingContext<C>>

@API(status=INTERNAL, consumers="org.incendo.cloud.*") public final class AcceptingCommandPostprocessor<C> extends Object implements CommandPostprocessor<C>
CommandPostprocessor that does nothing besides indicating that the context has been properly processed