interface GrpcClientExtendedOptions {
    longPoll?: MaybeTimeDuration;
    pollInterval?: MaybeTimeDuration;
}

Properties

longPoll?: MaybeTimeDuration
pollInterval?: MaybeTimeDuration

Generated using TypeDoc