Class InferenceVerticleGrpc

  • All Implemented Interfaces:
    io.vertx.core.Verticle

    public class InferenceVerticleGrpc
    extends ai.konduit.serving.vertx.verticle.InferenceVerticle
    • Field Summary

      • Fields inherited from class ai.konduit.serving.vertx.verticle.InferenceVerticle

        inferenceConfiguration, pipeline, pipelineContext, pipelineExecutor
      • Fields inherited from class io.vertx.core.AbstractVerticle

        context, vertx
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start​(io.vertx.core.Promise<java.lang.Void> startPromise)  
      • Methods inherited from class ai.konduit.serving.vertx.verticle.InferenceVerticle

        getPid, initialize, saveInspectionDataIfRequired, stop
      • Methods inherited from class io.vertx.core.AbstractVerticle

        config, deploymentID, getVertx, init, processArgs, start, start, stop, stop
      • Methods inherited from class java.lang.Object

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

      • InferenceVerticleGrpc

        public InferenceVerticleGrpc()
    • Method Detail

      • start

        public void start​(io.vertx.core.Promise<java.lang.Void> startPromise)