Package-level declarations
Types
Link copied to clipboard
open class CompositeEndpoint(val muxer: IMuxerInternal, val sink: ISinkInternal) : ICompositeEndpointInternal
An IEndpointInternal implementation that combines a IMuxerInternal and a ISinkInternal.
Link copied to clipboard
class CompositeEndpointFactory(val muxer: IMuxerInternal, val sink: ISinkInternal) : IEndpointInternal.Factory
A factory to build a CompositeEndpoint.
Link copied to clipboard
object CompositeEndpoints
An IEndpointInternal implementation that combines a IMuxerInternal and a ISinkInternal.
Link copied to clipboard
class CompositeEndpointWithMetrics<T : Any>(muxer: IMuxerInternal, sink: ISinkWithMetricsInternal<T>) : CompositeEndpoint, WithEndpointMetrics<T>
An IEndpointInternal implementation of CompositeEndpoint with WithEndpointMetrics.
Link copied to clipboard
class CompositeEndpointWithMetricsFactory<T : Any>(val muxer: IMuxerInternal, val sink: ISinkWithMetricsInternal<T>) : IEndpointInternal.Factory
A factory to build a CompositeEndpointWithMetrics.
Link copied to clipboard
Link copied to clipboard