Package io.iworkflow.core
Interface RpcDefinitions.RpcFunc1<I,O>
- Type Parameters:
I
- input typeO
- output 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, output, persistence, communication
without: NA
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(Context context, I input, Persistence persistence, Communication communication)
-
Method Details
-
execute
-