githubEdit

ExecutorDelete

Deletes an executor from the registry by name.

If the executor has not been shutdown, it will be forcibly shutdown via shutdownNow() before removal.

Method Signature

ExecutorDelete(name=[string])

Arguments

Argument
Type
Required
Description
Default

name

string

true

The name of the executor to delete

Examples

Last updated

Was this helpful?