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.StrategyDefaultMediatorConfiguration. getAcknowledgment()Acknowledgment.StrategyMediatorConfiguration. getAcknowledgment()Acknowledgment.StrategyMediatorConfigurationSupport. processDefaultAcknowledgement(Shape shape, MediatorConfiguration.Consumption consumption)Acknowledgment.StrategyMediatorConfigurationSupport. 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.ValidationOutputMediatorConfigurationSupport. 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.StrategyMediatorConfigurationSupport. 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.Strategyvalue()static Acknowledgment.StrategyAcknowledgment.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. 
 -