Registry / dependency-injection / jboss-invocation

jboss-invocation

JSON →
library2.0.1.Finaljavamavenunverified

Jakarta EE variant of the JBoss Invocation API for interceptor-based method invocation.

<dependency> <groupId>org.jboss.invocation</groupId> <artifactId>jboss-invocation</artifactId> <version>2.0.1.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-INVOCATION
J
jboss-invocation
dependency-injectionjavav2.0.1.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Interceptor
org.jboss.invocation.Interceptor

Implement a custom interceptor

import org.jboss.invocation.Interceptor; import org.jboss.invocation.InvocationContext; public class MyInterceptor implements Interceptor { @Override public Object invoke(InvocationContext ctx) throws Exception { System.out.println("Before invocation"); return ctx.proceed(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
30
Resources
jboss-invocation — mvn dependency:get jboss-invocation · libregistry