Package io.temporal.api.nexus.v1
Interface EndpointTarget.WorkerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EndpointTarget.Worker,EndpointTarget.Worker.Builder
- Enclosing class:
- EndpointTarget
public static interface EndpointTarget.WorkerOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNamespace()Namespace to route requests to.com.google.protobuf.ByteStringgetNamespaceBytes()Namespace to route requests to.java.lang.StringgetTaskQueue()Nexus task queue to route requests to.com.google.protobuf.ByteStringgetTaskQueueBytes()Nexus task queue to route requests to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespace
java.lang.String getNamespace()
Namespace to route requests to.
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
Namespace to route requests to.
string namespace = 1;- Returns:
- The bytes for namespace.
-
getTaskQueue
java.lang.String getTaskQueue()
Nexus task queue to route requests to.
string task_queue = 2;- Returns:
- The taskQueue.
-
getTaskQueueBytes
com.google.protobuf.ByteString getTaskQueueBytes()
Nexus task queue to route requests to.
string task_queue = 2;- Returns:
- The bytes for taskQueue.
-
-