HxSync

The possible strategy values of the Hx.sync attribute.

Entries

Link copied to clipboard

drop (ignore) this request if an existing request is in flight (the default)

Link copied to clipboard

drop (ignore) this request if an existing request is in flight, and, if that is not the case, abort this request if another request occurs while it is still in flight

Link copied to clipboard

abort the current request, if any, and replace it with this request

Link copied to clipboard

place this request in the request queue associated with the given element

Link copied to clipboard

queue the first request to show up while a request is in flight

Link copied to clipboard

queue the last request to show up while a request is in flight

Link copied to clipboard

queue all requests that show up while a request is in flight

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): HxSync

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.