Interface RpcDefinitions.RpcFunc1<I,​O>

  • Type Parameters:
    I - input type
    O - output type
    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.RpcFunc1<I,​O>
    extends java.io.Serializable
    RPC with input and output