Package io.iworkflow.core
Interface RpcDefinitions.RpcProc1NoPersistence<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.
@FunctionalInterface
public static interface RpcDefinitions.RpcProc1NoPersistence<I>
extends Serializable
RPC definition
with: input, communication
without: output, persistence
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(Context context, I input, Communication communication)
-
Method Details
-
execute
-