Interface SafeManagedObjectService.ProcessInvoker<F extends Enum<F>>
- Enclosing class:
- SafeManagedObjectService<F extends Enum<F>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface SafeManagedObjectService.ProcessInvoker<F extends Enum<F>>
Invokes the
ProcessState from the
ManagedObjectServiceContext.-
Method Summary
Modifier and TypeMethodDescriptioninvokeProcess(ManagedObjectServiceContext<F> serviceContext) Invokes theProcessStatefrom theManagedObjectServiceContext.
-
Method Details
-
invokeProcess
Invokes theProcessStatefrom theManagedObjectServiceContext.- Parameters:
serviceContext-ManagedObjectServiceContext.- Returns:
ProcessManagerfrom the invokedProcessState.
-