• Function, that will create a Bridge, based on the provided function. Based on the parameter "layer", a corresponding layer or mirror will be added to the bridge. You can provide custom parameters using the parameter "parameter". This will receive either the uri or ports. Additionally you are able to assign a log-level to the bridge.

    Export

    Returns

    A bridge

    Parameters

    • layer: validLayerOrMirror

      the layer to add

    • Optional parameter: string | number = null

      the parameter required for the additonal layer / mirror

    • Optional logger: ValidLoggerDefinition = false

      the level of the debugger

    Returns ICommunicationBridge

Generated using TypeDoc