Package net.officefloor.frame.util
Interface InvokedProcessServicer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Services an invoked
ProcessState from the
ManagedObjectSourceStandAlone.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidservice(int processIndex, Object parameter, ManagedObject managedObject) Services the invokedProcessState.
-
Method Details
-
service
Services the invokedProcessState.- Parameters:
processIndex- Index of the invokedProcessState. Allows re-using theInvokedProcessServicerfor multiple invocations.parameter- Parameter to the initialManagedFunctionwithin theProcessState.managedObject-ManagedObjectprovided for the invokedProcessState.- Throws:
Throwable- If failure on servicing.
-