Package | Description |
---|---|
reactor.core |
Core components of the framework supporting extensions to the Reactive Stream
programming model.
|
Modifier and Type | Field and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static Scannable.Attr.RunStyle |
Scannable.Attr.RunStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scannable.Attr.RunStyle[] |
Scannable.Attr.RunStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|