FilterResponse

data class FilterResponse(val eventType: List<String>)

Allows filtering to one or more specific event types. If event types are present, those and only those event types will be transmitted to the cluster. Other types will be skipped. If no filter is specified, or no event types are present, all event types will be sent

Constructors

Link copied to clipboard
fun FilterResponse(eventType: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Event types to allowlist.