Package 

Interface LivekitAgent.WorkerMessageOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasRegister()
      agent workers need to register themselves with the server first
      
      .livekit.RegisterWorkerRequest register = 1;
      abstract LivekitAgent.RegisterWorkerRequest getRegister()
      agent workers need to register themselves with the server first
      
      .livekit.RegisterWorkerRequest register = 1;
      abstract boolean hasAvailability()
      worker confirms to server that it's available for a job, or declines it
      
      .livekit.AvailabilityResponse availability = 2;
      abstract LivekitAgent.AvailabilityResponse getAvailability()
      worker confirms to server that it's available for a job, or declines it
      
      .livekit.AvailabilityResponse availability = 2;
      abstract boolean hasStatus()
      worker can update its status to the server, including taking itself out of the pool
      
      .livekit.UpdateWorkerStatus status = 3;
      abstract LivekitAgent.UpdateWorkerStatus getStatus()
      worker can update its status to the server, including taking itself out of the pool
      
      .livekit.UpdateWorkerStatus status = 3;
      abstract boolean hasJobUpdate() .livekit.JobStatusUpdate job_update = 4;
      abstract LivekitAgent.JobStatusUpdate getJobUpdate() .livekit.JobStatusUpdate job_update = 4;
      abstract LivekitAgent.WorkerMessage.MessageCase getMessageCase()
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait