Package-level declarations

Types

Link copied to clipboard
class ClientSocket(val socketPath: String, bufferSizeBytes: Int, connectWaitDelayMs: Long = 1000, connectTimeoutMs: Long = 15 * 60 * 1000L)
Link copied to clipboard
Link copied to clipboard
@Singleton
@Secondary
class DefaultTimeProvider : TimeProvider
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Performs non-cooperative blocking IO.

Link copied to clipboard
class SocketInputFlow(catalog: DestinationCatalog, socket: ClientSocket, inputFormatReader: DataChannelReader, pipelineEventBookkeepingRouter: PipelineEventBookkeepingRouter, memoryManager: ReservationManager, logPerNRecords: Long) : Flow<PipelineInputEvent>
Link copied to clipboard
Link copied to clipboard
interface TimeProvider