Package io.iworkflow.core
Interface RpcDefinitions.RpcProc0
- 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: persistence, communication
without: input, output
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(Context context, Persistence persistence, Communication communication)
-
Method Details
-
execute
-