public interface CallOriginFactory
Creates CallOrigin based on the stack trace.
-
Method Summary
Modifier and TypeMethodDescriptionCreate and return the CallStack given the stack trace elements.
-
Method Details
-
createCallOrigin
CallOrigin createCallOrigin()Create and return the CallStack given the stack trace elements.
-