nestjs-temporal-core
Preparing search index...
WorkerConnectionOptions
Interface WorkerConnectionOptions
Worker connection options interface
interface
WorkerConnectionOptions
{
address
:
string
;
apiKey
?:
string
;
metadata
?:
Record
<
string
,
string
>
;
namespace
?:
string
;
tls
?:
boolean
|
object
;
}
Index
Properties
address
api
Key?
metadata?
namespace?
tls?
Properties
address
address
:
string
Optional
api
Key
apiKey
?:
string
Optional
metadata
metadata
?:
Record
<
string
,
string
>
Optional
namespace
namespace
?:
string
Optional
tls
tls
?:
boolean
|
object
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
api
Key
metadata
namespace
tls
nestjs-temporal-core
Loading...
Worker connection options interface