Class SafeExecutorExample

java.lang.Object
com.guinetik.corefun.examples.SafeExecutorExample

public class SafeExecutorExample extends Object
Demonstrates usage of SafeExecutor for timed, logged operations. SafeExecutor combines timing, logging, and exception handling into a unified interface. It integrates with Loggable for framework-agnostic logging, making it easy to plug in SLF4J, Log4j, or any other logger.
  • Constructor Details

    • SafeExecutorExample

      public SafeExecutorExample()
  • Method Details

    • main

      public static void main(String[] args)