Interface IGroovyThreadListener

  • All Known Implementing Classes:
    GroovyThreadListener

    public interface IGroovyThreadListener
    Provides a listener interface for Groovy Thread lifecycle events which will be invoked only if the Groovy script not executed on the current thread.
    Since:
    18.5.0
    • Method Detail

      • init

        void init()
        Called prior to the thread being executed.
      • destroy

        void destroy()
        Called after the thread has been executed.