TaskBridgeTransportFactory
Factory for creating transport components.
This is the primary extension point for providing custom networking implementations.
Functions
Link copied to clipboard
Creates a TaskBridgeTransportBundle based on the provided configuration.
Link copied to clipboard
fun <Ctx> TaskBridgeTransportFactory<Ctx>.withInterceptor(interceptor: TaskBridgeInterceptor<Ctx>): TaskBridgeTransportFactory<Ctx>
Wraps this factory with an interceptor.