Uses of Interface
org.flowable.engine.delegate.FutureJavaDelegate
Packages that use FutureJavaDelegate
Package
Description
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates.-
Uses of FutureJavaDelegate in org.flowable.engine.delegate
Subinterfaces of FutureJavaDelegate in org.flowable.engine.delegateModifier and TypeInterfaceDescriptioninterfaceFlowableFutureJavaDelegate<Input,Output> Convenience class which always uses theAsyncTaskInvokerto execute the async data.interface