Package com.guinetik.corefun.examples
Class SafeExecutorExample
java.lang.Object
com.guinetik.corefun.examples.SafeExecutorExample
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
SafeExecutorExample
public SafeExecutorExample()
-
-
Method Details
-
main
-