Package | Description |
---|---|
io.smallrye.reactive.messaging.extension | |
io.smallrye.reactive.messaging.i18n | |
org.eclipse.microprofile.reactive.messaging |
IMPORTANT
This package is a copy from the original package from the specification.
|
Modifier and Type | Field and Description |
---|---|
OnOverflow.Strategy |
EmitterConfiguration.overflowBufferStrategy |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
ProviderExceptions_$bundle.illegalArgumentForBackPressure(OnOverflow.Strategy overFlowStrategy) |
IllegalArgumentException |
ProviderExceptions.illegalArgumentForBackPressure(OnOverflow.Strategy overFlowStrategy) |
Modifier and Type | Method and Description |
---|---|
static OnOverflow.Strategy |
OnOverflow.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnOverflow.Strategy[] |
OnOverflow.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2021 SmallRye. All rights reserved.