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-
Nested Class Summary
Nested classes/interfaces inherited from interface org.incendo.cloud.services.type.ConsumerService
ConsumerService.PipeBurst -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringKey used to access the context meta that indicates that the context has been fully processed -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.incendo.cloud.services.type.ConsumerService
handle
-
Field Details
-
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