Class FunctionGRPCConfig


  • public class FunctionGRPCConfig
    extends java.lang.Object
    FunctionGRPCConfig is used to provide configurations for function gRPC server.
    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionGRPCConfig​(int maxMessageSize)
      Constructor to create Config with message size.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setInfoFilePath​(java.lang.String infoFilePath)  
      • Methods inherited from class java.lang.Object

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

      • FunctionGRPCConfig

        public FunctionGRPCConfig​(int maxMessageSize)
        Constructor to create Config with message size.
        Parameters:
        maxMessageSize - max payload size for function gRPC server.
    • Method Detail

      • setInfoFilePath

        public void setInfoFilePath​(java.lang.String infoFilePath)