Interface ManagedFunctionContext<O extends Enum<O>,F extends Enum<F>>

Type Parameters:
O - Type providing the keys for the dependency ManagedObject instances. Dependencies may either be:
  1. Object of a ManagedObject
  2. Parameter for the ManagedFunction
F - Type providing the keys to the possible Flow instances instigated by this ManagedFunction.
All Superinterfaces:
FunctionFlowContext<F>

public interface ManagedFunctionContext<O extends Enum<O>,F extends Enum<F>> extends FunctionFlowContext<F>
Context in which the ManagedFunction is done.
Author:
Daniel Sagenschneider