Class Types.DecoratedRpcMethod<ApplyResult>

  • All Implemented Interfaces:
    IFunction
    Enclosing interface:
    Types

    public abstract static class Types.DecoratedRpcMethod<ApplyResult>
    extends java.lang.Object
    implements IFunction
    • Method Summary

      Modifier and Type Method Description
      abstract ApplyResult invoke​(java.lang.Object... params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DecoratedRpcMethod

        public DecoratedRpcMethod()
    • Method Detail

      • invoke

        public abstract ApplyResult invoke​(java.lang.Object... params)