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-
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
-
AcceptingCommandPostprocessor
public AcceptingCommandPostprocessor()
-
-
Method Details