Class ManagedExecutors.ManagedCallable<V>

    • Field Detail

      • task

        private java.util.concurrent.Callable<V> task
    • Constructor Detail

      • ManagedCallable

        ManagedCallable​(java.util.concurrent.Callable<V> task,
                        ManagedTaskListener taskListener,
                        java.util.Map<java.lang.String,​java.lang.String> executionProperties)
    • Method Detail

      • call

        public V call()
               throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<V>
        Throws:
        java.lang.Exception