程序包 | 说明 |
---|---|
reactor.core |
Core components of the framework supporting extensions to the Reactive Stream
programming model.
|
限定符和类型 | 字段和说明 |
---|---|
static Scannable.Attr<Scannable.Attr.RunStyle> |
Scannable.Attr.RUN_STYLE
An
Scannable.Attr.RunStyle enum attribute indicating whether or not an operator continues to operate on the same thread. |
限定符和类型 | 方法和说明 |
---|---|
static Scannable.Attr.RunStyle |
Scannable.Attr.RunStyle.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static Scannable.Attr.RunStyle[] |
Scannable.Attr.RunStyle.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|