Class FilteringSuggestionProcessor<C>

java.lang.Object
org.incendo.cloud.suggestion.FilteringSuggestionProcessor<C>
Type Parameters:
C - command sender type
All Implemented Interfaces:
SuggestionProcessor<C>

@API(status=STABLE) public final class FilteringSuggestionProcessor<C> extends Object implements SuggestionProcessor<C>
Command suggestion processor filters suggestions based on the remaining unconsumed input in the queue.