ObserverSpec

class ObserverSpec


Configures the types, namespaces and other properties that ObserverCallback instances match against.

Summary

Nested types

Builder for ObserverSpec instances.

Public functions

(Mutable)Set<String!>

Returns the list of schema types which observers using this spec will trigger on.

Public functions

getFilterSchemas

Added in 1.1.0-alpha04
fun getFilterSchemas(): (Mutable)Set<String!>

Returns the list of schema types which observers using this spec will trigger on.

If empty, the observers will trigger on all schema types.