Package | Description |
---|---|
io.smallrye.reactive.messaging |
Modifier and Type | Method and Description |
---|---|
Class<? extends Invoker> |
DefaultMediatorConfiguration.getInvokerClass() |
Class<? extends Invoker> |
MediatorConfiguration.getInvokerClass()
Implementation of the
Invoker 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 |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMediator.setInvoker(Invoker invoker) |
Copyright © 2018–2021 SmallRye. All rights reserved.