Uses of Enum Class
io.avaje.jex.Routing.Type
Packages that use Routing.Type
-
Uses of Routing.Type in io.avaje.jex
Methods in io.avaje.jex that return Routing.TypeModifier and TypeMethodDescriptionRouting.Entry.getType()Return the type of entry.static Routing.TypeReturns the enum constant of this class with the specified name.static Routing.Type[]Routing.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Routing.Type in io.avaje.jex.spi
Methods in io.avaje.jex.spi with parameters of type Routing.TypeModifier and TypeMethodDescriptionvoidSpiContext.setMode(Routing.Type type) Set to indicate BEFORE, ExchangeHandler and AFTER modes of the request.