Uses of Class
org.eclipse.microprofile.reactive.messaging.Acknowledgment.Strategy
-
Packages that use Acknowledgment.Strategy Package Description io.smallrye.reactive.messaging io.smallrye.reactive.messaging.providers org.eclipse.microprofile.reactive.messaging IMPORTANT This package is a copy from the original package from the specification. -
-
Uses of Acknowledgment.Strategy in io.smallrye.reactive.messaging
Methods in io.smallrye.reactive.messaging that return Acknowledgment.Strategy Modifier and Type Method Description Acknowledgment.Strategy
MediatorConfiguration. getAcknowledgment()
-
Uses of Acknowledgment.Strategy in io.smallrye.reactive.messaging.providers
Methods in io.smallrye.reactive.messaging.providers that return Acknowledgment.Strategy Modifier and Type Method Description Acknowledgment.Strategy
DefaultMediatorConfiguration. getAcknowledgment()
Acknowledgment.Strategy
MediatorConfigurationSupport. processDefaultAcknowledgement(Shape shape, MediatorConfiguration.Consumption consumption, MediatorConfiguration.Production production)
Acknowledgment.Strategy
MediatorConfigurationSupport. processSuppliedAcknowledgement(List<?> incomings, Supplier<Acknowledgment.Strategy> supplier)
Methods in io.smallrye.reactive.messaging.providers with parameters of type Acknowledgment.Strategy Modifier and Type Method Description MediatorConfigurationSupport.ValidationOutput
MediatorConfigurationSupport. validate(Shape shape, Acknowledgment.Strategy acknowledgment)
Method parameters in io.smallrye.reactive.messaging.providers with type arguments of type Acknowledgment.Strategy Modifier and Type Method Description Acknowledgment.Strategy
MediatorConfigurationSupport. processSuppliedAcknowledgement(List<?> incomings, Supplier<Acknowledgment.Strategy> supplier)
-
Uses of Acknowledgment.Strategy in org.eclipse.microprofile.reactive.messaging
Methods in org.eclipse.microprofile.reactive.messaging that return Acknowledgment.Strategy Modifier and Type Method Description Acknowledgment.Strategy
value()
static Acknowledgment.Strategy
Acknowledgment.Strategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Acknowledgment.Strategy[]
Acknowledgment.Strategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-