PURISTA API / @purista/core / ShutdownEntry
Type Alias: ShutdownEntry
ShutdownEntry =
object
Defined in: packages/core/src/helper/types/ShutdownEntry.ts:4
Entry of thing you like to shutdown gracefully
Properties
destroy()
destroy: () =>
Promise
<void
>
Defined in: packages/core/src/helper/types/ShutdownEntry.ts:8
a async function that is called during shutdown
Returns
Promise
<void
>
name
name:
string
Defined in: packages/core/src/helper/types/ShutdownEntry.ts:6
the name