Interface ProtocolOptions

Options for configuring protocol handling

interface ProtocolOptions {
    kernel: Kernel;
    schema?: string;
}

Properties

Properties

kernel: Kernel

Reference to kernel instance

schema?: string

Optional protocol schema