Uses of Interface
io.smallrye.reactive.messaging.Invoker
-
Packages that use Invoker Package Description io.smallrye.reactive.messaging io.smallrye.reactive.messaging.providers -
-
Uses of Invoker in io.smallrye.reactive.messaging
Methods in io.smallrye.reactive.messaging that return types with arguments of type Invoker Modifier and Type Method Description Class<? extends Invoker>
MediatorConfiguration. getInvokerClass()
Implementation of theInvoker
interface that can be used to invoke the method described by this configuration The invoker class can either have a no-arg constructor in which case it's expected to be look up the bean programmatically, or have a constructor that takes a single Object parameter - the bean to operate on -
Uses of Invoker in io.smallrye.reactive.messaging.providers
Methods in io.smallrye.reactive.messaging.providers that return types with arguments of type Invoker Modifier and Type Method Description Class<? extends Invoker>
DefaultMediatorConfiguration. getInvokerClass()
Methods in io.smallrye.reactive.messaging.providers with parameters of type Invoker Modifier and Type Method Description void
AbstractMediator. setInvoker(Invoker invoker)
-