Class ProcessFunction<I,​T extends TBase>


  • public abstract class ProcessFunction<I,​T extends TBase>
    extends java.lang.Object
    • Constructor Detail

      • ProcessFunction

        public ProcessFunction​(java.lang.String methodName)
    • Method Detail

      • isOneway

        protected abstract boolean isOneway()
      • getEmptyArgsInstance

        public abstract T getEmptyArgsInstance()
      • getMethodName

        public java.lang.String getMethodName()