ZWorkerFactoryOptions

zio.temporal.worker.ZWorkerFactoryOptions
See theZWorkerFactoryOptions companion object
final case class ZWorkerFactoryOptions

Represents worker factory options

Attributes

See also

WorkerFactoryOptions

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toJava: WorkerFactoryOptions
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def transformJavaOptions(f: Builder => Builder): ZWorkerFactoryOptions

Allows to specify options directly on the java SDK's WorkerFactoryOptions. Use it in case an appropriate withXXX method is missing

Allows to specify options directly on the java SDK's WorkerFactoryOptions. Use it in case an appropriate withXXX method is missing

Attributes

Note

the options specified via this method take precedence over those specified via other methods.

def withWorkerInterceptors(value: WorkerInterceptor*): ZWorkerFactoryOptions

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product