final case class ZScheduleClientOptions extends Product with Serializable
Represents Temporal schedule client options
- See also
ScheduleClientOptions
- Alphabetic
- By Inheritance
- ZScheduleClientOptions
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val contextPropagators: List[ContextPropagator]
- val dataConverter: Option[DataConverter]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val identity: Option[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val namespace: Option[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJava: ScheduleClientOptions
- def toString(): String
- Definition Classes
- ZScheduleClientOptions → AnyRef → Any
- def transformJavaOptions(f: (Builder) => Builder): ZScheduleClientOptions
Allows to specify options directly on the java SDK's ScheduleClientOptions.
Allows to specify options directly on the java SDK's ScheduleClientOptions. Use it in case an appropriate
withXXXmethod is missing- Note
the options specified via this method take precedence over those specified via other methods.
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withContextPropagators(values: List[ContextPropagator]): ZScheduleClientOptions
Set the context propagators for this client.
Set the context propagators for this client.
- values
specifies the list of context propagators to use with the client.
- def withContextPropagators(values: ContextPropagator*): ZScheduleClientOptions
Set the context propagators for this client.
Set the context propagators for this client.
- values
specifies the list of context propagators to use with the client.
- def withDataConverter(value: DataConverter): ZScheduleClientOptions
Overrides a data converter implementation used serialize workflow arguments and results.
- def withIdentity(value: String): ZScheduleClientOptions
Override human-readable identity of the client.
- def withNamespace(value: String): ZScheduleClientOptions
Set the namespace this client will operate on.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)