Package io.micronaut.core.async.subscriber
package io.micronaut.core.async.subscriber
Micronaut core async subscribers.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionInterface that exposes a callback to indicate when an operation has been completed.A
Subscriber
that tracks completion state using aAtomicBoolean
.Emitter<T>Base interface for classes that emit data.ASubscriber
designed to be used by a single thread that buffers incoming data for the purposes of managing back pressure.Back pressure state.A subscriber that is aware of the target type.