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.

@FunctionalInterface public static interface RpcDefinitions.RpcProc1<I> extends Serializable
RPC definition with: input, persistence, communication without: output
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Context context, I input, Persistence persistence, Communication communication)