Class Faas

    • Constructor Summary

      Constructors 
      Constructor Description
      Faas()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initGrpc​(GrpcConnectionConfig grpcConfig)
      Initializes the grpc connection.
      • Methods inherited from class java.lang.Object

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

      • Faas

        public Faas()
    • Method Detail

      • initGrpc

        public void initGrpc​(GrpcConnectionConfig grpcConfig)
        Description copied from interface: GrpcService
        Initializes the grpc connection. This method can be called anytime. This method can be called multiple times.
        Specified by:
        initGrpc in interface GrpcService