Interface CommandPostprocessor<C>

Type Parameters:
C - Command sender type
All Superinterfaces:
Consumer<CommandPostprocessingContext<C>>, cloud.commandframework.services.types.ConsumerService<CommandPostprocessingContext<C>>, Function<CommandPostprocessingContext<C>,​cloud.commandframework.services.State>, cloud.commandframework.services.types.Service<CommandPostprocessingContext<C>,​cloud.commandframework.services.State>, cloud.commandframework.services.types.SideEffectService<CommandPostprocessingContext<C>>
All Known Implementing Classes:
AcceptingCommandPostprocessor

public interface CommandPostprocessor<C> extends cloud.commandframework.services.types.ConsumerService<CommandPostprocessingContext<C>>
Command postprocessor that acts on commands before execution
  • Nested Class Summary

    Nested classes/interfaces inherited from interface cloud.commandframework.services.types.ConsumerService

    cloud.commandframework.services.types.ConsumerService.PipeBurst
  • Method Summary

    Methods inherited from interface java.util.function.Consumer

    andThen

    Methods inherited from interface cloud.commandframework.services.types.ConsumerService

    accept, handle

    Methods inherited from interface java.util.function.Function

    andThen, compose

    Methods inherited from interface cloud.commandframework.services.types.Service

    apply, order