Class Command.Builder<C>

java.lang.Object
org.incendo.cloud.Command.Builder<C>
Type Parameters:
C - command sender type
Enclosing class:
Command<C>

@API(status=STABLE) public static final class Command.Builder<C> extends Object
Builder for Command instances. The builder is immutable, and each setter method will return a new builder instance.