BufferOption

BufferOption is used to set the buffer size of your Emitter.

Entries

Link copied to clipboard

Sends both GET and POST requests with only a single event. Can cause a spike in network traffic if used in correlation with a large amount of events.

Link copied to clipboard

Sends POST requests in groups of 10 events. This is the default amount of events too package into a POST. All GET requests will still emit one at a time.

Link copied to clipboard

Sends POST requests in groups of 25 events. Useful for situations where many events need to be sent. All GET requests will still emit one at a time.

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.

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard