Uses of Class
org.eclipse.microprofile.reactive.messaging.Acknowledgment.Strategy
-
Packages that use Acknowledgment.Strategy Package Description io.smallrye.reactive.messaging 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
DefaultMediatorConfiguration. getAcknowledgment()
Acknowledgment.Strategy
MediatorConfiguration. getAcknowledgment()
Acknowledgment.Strategy
MediatorConfigurationSupport. processDefaultAcknowledgement(Shape shape, MediatorConfiguration.Consumption consumption)
Acknowledgment.Strategy
MediatorConfigurationSupport. processSuppliedAcknowledgement(List<?> incomings, Supplier<Acknowledgment.Strategy> supplier)
Methods in io.smallrye.reactive.messaging 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 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.
-