Package io.iworkflow.core
Interface RpcDefinitions.RpcProc0
-
- All Superinterfaces:
java.io.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.
@FunctionalInterface public static interface RpcDefinitions.RpcProc0 extends java.io.Serializable
RPC without input or output
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(Context context, Persistence persistence, Communication communication)
-
-
-
Method Detail
-
execute
void execute(Context context, Persistence persistence, Communication communication)
-
-