public abstract class BaseWorkflowCallbackHandler<T extends Workflow> extends Object implements QualifiedWorkflowCallbackHandler<T>
Constructor and Description |
---|
BaseWorkflowCallbackHandler() |
Modifier and Type | Method and Description |
---|---|
Class<? extends T> |
getWorkflowType()
Dynamically derive this class its actual Parameterized Type
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processWorkflow
public Class<? extends T> getWorkflowType()
Concrete implementations of this base class also can easily override/replace this method and then simply return the concrete class used to parameterize this base class.
getWorkflowType
in interface QualifiedWorkflowCallbackHandler<T extends Workflow>
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.