程序包 | 说明 |
---|---|
reactor.core.publisher |
限定符和类型 | 方法和说明 |
---|---|
static <T> Sinks.One<T> |
Sinks.one()
A
Sinks.One that works like a conceptual promise: it can be completed
with or without a value at any time, but only once. |
<T> Sinks.One<T> |
Sinks.RootSpec.one()
A
Sinks.One that works like a conceptual promise: it can be completed
with or without a value at any time, but only once. |
构造器和说明 |
---|
SinkOneSerialized(Sinks.One<T> sinkOne,
reactor.core.publisher.ContextHolder contextHolder) |