@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface IRpcLaneTopologyBinding

    One RPC-lane binding inside a topology declaration.

    interface IRpcLaneTopologyBinding {
        allowAsyncContext?: boolean;
        auth?: RemoteLaneBindingAuth;
        communicator: RpcLaneCommunicatorResource;
        lane: IRpcLaneDefinition;
    }
    Index

    Properties

    allowAsyncContext?: boolean