Class DelegatingSuggestionFactory<C,S extends Suggestion>

java.lang.Object
org.incendo.cloud.suggestion.DelegatingSuggestionFactory<C,S>
Type Parameters:
C - command sender type
S - suggestion type
All Implemented Interfaces:
SuggestionFactory<C,S>

@API(status=INTERNAL, consumers="org.incendo.cloud.*") public final class DelegatingSuggestionFactory<C,S extends Suggestion> extends Object implements SuggestionFactory<C,S>
Command suggestion engine that delegates to a CommandTree