RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface RequestHandlerConfig

    Configuration options for the RequestHandler.

    interface RequestHandlerConfig {
        responseChannelPrefix?: string;
        timeoutMillis?: number;
    }
    Index

    Properties

    responseChannelPrefix?: string

    The prefix used for temporary Redis channels created to receive responses.

    "ranked.response"
    
    timeoutMillis?: number

    The timeout in milliseconds to wait for an RPC response before aborting.

    30000 (30 seconds)