CompositeEndpointWithMetricsFactory
class CompositeEndpointWithMetricsFactory<T : Any>(val muxer: IMuxerInternal, val sink: ISinkWithMetricsInternal<T>) : IEndpointInternal.Factory(source)
A factory to build a CompositeEndpointWithMetrics.
Functions
Link copied to clipboard
open override fun create(context: Context, dispatcherProvider: IDispatcherProvider): IEndpointInternal
Creates an IEndpointInternal instance.