What is causing this?

You are debugging a problem resulting from a recently deployed around plugin. The plugin is intercepting the doSomething method. The aroundDoSomething plugin method is called successfully, but the original doSomething method is no longer being executed as expected.

What is causing this?
A . The sort order of the plugin is too high and supersedes the priority of the intercepted method
B . The plugin implementation returned something other than its callable argument
C . The plugin implementation is skipping the execution of its callable argument
D . The plugin implementation overlooked using the AbstractPlugin parent class

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments