Uses of Class
io.smallrye.reactive.messaging.Shape
-
Packages that use Shape Package Description io.smallrye.reactive.messaging io.smallrye.reactive.messaging.providers io.smallrye.reactive.messaging.providers.i18n -
-
Uses of Shape in io.smallrye.reactive.messaging
Methods in io.smallrye.reactive.messaging that return Shape Modifier and Type Method Description Shape
MediatorConfiguration. shape()
static Shape
Shape. valueOf(String name)
Returns the enum constant of this type with the specified name.static Shape[]
Shape. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Shape in io.smallrye.reactive.messaging.providers
Methods in io.smallrye.reactive.messaging.providers that return Shape Modifier and Type Method Description Shape
MediatorConfigurationSupport. determineShape(List<?> incomingValue, Object outgoingValue)
Shape
DefaultMediatorConfiguration. shape()
Methods in io.smallrye.reactive.messaging.providers with parameters of type Shape Modifier and Type Method Description Acknowledgment.Strategy
MediatorConfigurationSupport. processDefaultAcknowledgement(Shape shape, MediatorConfiguration.Consumption consumption, MediatorConfiguration.Production production)
MediatorConfigurationSupport.ValidationOutput
MediatorConfigurationSupport. validate(Shape shape, Acknowledgment.Strategy acknowledgment)
-
Uses of Shape in io.smallrye.reactive.messaging.providers.i18n
-