Cluster.createWorkManager()

Signature

void createWorkManager(String name, int threadPool)

Domain

action, condition, query

Description

Creates a work manager to schedule background jobs

Parameters

NameTypeDescription
nameAunique name to identify the thread pool
threadPoolSpecifythe number of threads in the pool

Returns

None.

Cautions

none