Package io.iworkflow.core
Interface RpcDefinitions.RpcProc1<I>
- Type Parameters:
I
- input type
- All Superinterfaces:
Serializable
- Enclosing class:
- RpcDefinitions
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
RPC definition
with: input, persistence, communication
without: output
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(Context context, I input, Persistence persistence, Communication communication)
-
Method Details
-
execute
-