public class PoolContent
extends java.lang.Object
| Constructor and Description |
|---|
PoolContent() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.reactivestreams.Publisher<T> |
get(StreamId<T> id) |
<T> boolean |
synchronousPutIfAbsent(StreamId<T> id,
java.util.function.Supplier<ErrorStreamPair<T>> supplier) |
public <T> boolean synchronousPutIfAbsent(StreamId<T> id, java.util.function.Supplier<ErrorStreamPair<T>> supplier)
public <T> org.reactivestreams.Publisher<T> get(StreamId<T> id)