Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 521 Bytes

File metadata and controls

8 lines (6 loc) · 521 Bytes

InterceptorExampleCDI

Example using interceptors with CDI This is just a very simple example showing how to intercept a method in JavaEE and, in this case, interrupt the method if needed.

Although it's quite stupid I hope it helps somebody. I created this example as a Prove of Concept for one of my projects in which in test scope I had to steal a message from a flow and prevent it from continuing its normal path.

To test it just run mvn package and see test passes or run the unit test (CdiTest) in the project.