ObserverSpec
public final class ObserverSpec
Configures the types, namespaces and other properties that ObserverCallback instances match against.
Summary
Nested types |
|---|
public final class ObserverSpec.BuilderBuilder for |
Public methods |
|
|---|---|
@NonNull Set<String> |
Returns the list of schema types which observers using this spec will trigger on. |
Public methods
getFilterSchemas
Added in 1.1.0
public @NonNull Set<String> getFilterSchemas()
Returns the list of schema types which observers using this spec will trigger on.
If empty, the observers will trigger on all schema types.