Class MethodMonitorBase.MethodMonitorFactorySelfImpl

    • Constructor Detail

      • MethodMonitorFactorySelfImpl

        public MethodMonitorFactorySelfImpl​(java.lang.String name)
    • Method Detail

      • create

        public MethodMonitor create​(java.lang.Class<?> cls)
        Description copied from interface: MethodMonitorFactory
        Return an instance of a MethodMonitor suitable for use in the given class cls, according to the currently registered MethodMonitorFactory instances in the MethodMonitorRegistry.
        Parameters:
        cls - The class for which we need the MethodMonitor.
        Returns:
        The MethodMonitor for cls.