Monitor Java Interface Static and Default Methods

As of Java 8, Java interfaces can include static and default methods. This page describes how to monitor these types of interface methods.

Note: Note that another Java language feature introduced in Java 8, lambda method interfaces, are not supported by the Java Agent.