Interface NexusOperationInfo


  • public interface NexusOperationInfo
    Temporal information about the Nexus Operation. Use NexusOperationContext.getInfo() from a Nexus Operation implementation to access.
    • Method Detail

      • getNamespace

        java.lang.String getNamespace()
        Returns:
        Namespace of the worker that is executing the Nexus Operation
      • getTaskQueue

        java.lang.String getTaskQueue()
        Returns:
        Nexus Task Queue of the worker that is executing the Nexus Operation