Class AcceptingCommandPostprocessor<C>

    • Nested Class Summary

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

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

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROCESSED_INDICATOR_KEY
      Key used to access the context meta that indicates that the context has been fully processed
    • Method Summary

      Modifier and Type Method Description
      void accept​(@NonNull CommandPostprocessingContext<C> context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

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

        handle
      • Methods inherited from interface java.util.function.Function

        andThen, compose
      • Methods inherited from interface cloud.commandframework.services.types.Service

        apply, order
    • Field Detail

      • PROCESSED_INDICATOR_KEY

        public static final java.lang.String PROCESSED_INDICATOR_KEY
        Key used to access the context meta that indicates that the context has been fully processed
        See Also:
        Constant Field Values
    • Constructor Detail

      • AcceptingCommandPostprocessor

        public AcceptingCommandPostprocessor()
    • Method Detail

      • accept

        public void accept​(@NonNull CommandPostprocessingContext<C> context)
        Specified by:
        accept in interface java.util.function.Consumer<C>
        Specified by:
        accept in interface cloud.commandframework.services.types.ConsumerService<C>