DisposeReason
An enum that represents the reason for the api disposal
Entries
Link copied to clipboard
The dispose event is triggered by the dev server being restarted due to a live reload request
Link copied to clipboard
The dispose event is triggered by because the server is shutting down normally
Link copied to clipboard
The dispose event is triggered because the JVM running the server was requested to shut down, e.g. in response to Ctrl-C
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.