Class AcceptingCommandPreprocessor<C>

java.lang.Object
org.incendo.cloud.execution.preprocessor.AcceptingCommandPreprocessor<C>
Type Parameters:
C - command sender type
All Implemented Interfaces:
Consumer<CommandPreprocessingContext<C>>, Function<CommandPreprocessingContext<C>,State>, CommandPreprocessor<C>, ConsumerService<CommandPreprocessingContext<C>>, Service<CommandPreprocessingContext<C>,State>, SideEffectService<CommandPreprocessingContext<C>>

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

    • PROCESSED_INDICATOR_KEY

      public static final String PROCESSED_INDICATOR_KEY
      Key used to access the context meta that indicates that the context has been fully processed
      See Also:
  • Constructor Details

    • AcceptingCommandPreprocessor

      public AcceptingCommandPreprocessor()
  • Method Details