Package pl.gsmservice.gateway.utils.reactive
-
Interface Summary Interface Description EventStream.Protocol<ParsedT,ItemT> Protocol interface that defines how to parse and process different event stream formats -
Class Summary Class Description EventStream<ResponseT extends AsyncResponse,ItemT> A reactive event stream publisher that can handle different protocols (SSE, JSONL) and emits typed events with proper backpressure handling.ReactiveUtils Utility class for reactive stream operations.