Bridge with asynchronous data type transformation via AsyncOperator.
Flow structure: source → gate → asyncConverter → target
Gate and subscription remain synchronous. AsyncConvertTransfer receives data via asyncPush (the gate→converter link uses the async strategy of linkTransfers), transforms via await operator.apply() and notifies subscribers synchronously.
Configuration (AsyncTransformBridgeConfig):
Protected
Readonly
Bridge with asynchronous data type transformation via AsyncOperator.
Flow structure: source → gate → asyncConverter → target
Gate and subscription remain synchronous. AsyncConvertTransfer receives data via asyncPush (the gate→converter link uses the async strategy of linkTransfers), transforms via await operator.apply() and notifies subscribers synchronously.
Configuration (AsyncTransformBridgeConfig):