JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
io.quarkus.arc.runtime
Interface BeanInvoker<T>
Type Parameters:
T
-
public interface
BeanInvoker<T>
Invokes a business method of a bean. The request context is activated if necessary.
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
default void
invoke
(
T
param)
void
invokeBean
(
T
param)
Method Details
invoke
default
void
invoke
(
T
param)
throws
Exception
Throws:
Exception
invokeBean
void
invokeBean
(
T
param)
throws
Exception
Throws:
Exception