Interface NamespaceInfo.CapabilitiesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAsyncUpdate()
      True if the namespace supports async update
      boolean getEagerWorkflowStart()
      True if the namespace supports eager workflow start.
      boolean getSyncUpdate()
      True if the namespace supports sync update
      boolean getWorkerHeartbeats()
      True if the namespace supports worker heartbeats
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getEagerWorkflowStart

        boolean getEagerWorkflowStart()
         True if the namespace supports eager workflow start.
         
        bool eager_workflow_start = 1;
        Returns:
        The eagerWorkflowStart.
      • getSyncUpdate

        boolean getSyncUpdate()
         True if the namespace supports sync update
         
        bool sync_update = 2;
        Returns:
        The syncUpdate.
      • getAsyncUpdate

        boolean getAsyncUpdate()
         True if the namespace supports async update
         
        bool async_update = 3;
        Returns:
        The asyncUpdate.
      • getWorkerHeartbeats

        boolean getWorkerHeartbeats()
         True if the namespace supports worker heartbeats
         
        bool worker_heartbeats = 4;
        Returns:
        The workerHeartbeats.