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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.incendo.cloud.services.type.ConsumerService
ConsumerService.PipeBurst -
Method Summary
Methods inherited from interface org.incendo.cloud.services.type.ConsumerService
accept, handle