public final class EventTopicsMetaData extends Object
Constructor and Description |
---|
EventTopicsMetaData(Map<String,JsonValue> eventTopicsMetaData)
Create a new EventTopicsMetaData.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsTopic(String topic)
Returns true if this object has meta-data for the specified topic.
|
EventTopicsMetaData |
filter(Set<String> topics)
Returns a new instance of EventTopicsMetaData containing only the meta-data for topics
held by this object that are named within provided topics parameter.
|
JsonValue |
getSchema(String topic)
Returns the JSON schema for the requested topic if this object has meta-data for that topic.
|
Set<String> |
getTopics()
Returns the names of the set of topics for which this object has meta-data.
|
public boolean containsTopic(String topic)
topic
- The name of the topic to check.public JsonValue getSchema(String topic)
topic
- The name of the topic to check.public Set<String> getTopics()
public EventTopicsMetaData filter(Set<String> topics)
topics
- The names of topics whose meta-data should be included.Copyright © 2025 Open Identity Platform Community. All rights reserved.