jooby-codec
    Preparing search index...

    Interface ICommand

    Command general properties.

    interface ICommand {
        bytes?: TBytes;
        headerSize?: number;
        id: TCommandId;
        name?: TCommandName;
        parameters?: object;
    }
    Index

    Properties

    bytes?: TBytes
    headerSize?: number
    parameters?: object