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