Topics
Class
trading.keysquare.api.topic.Topics
Class that provides factory methods to create Topic instances.
Methods
Topic create(String source, String group, String id)
Create a topic for flexible data type subscriptions, e.g. POJOs and Maps.
Topic create(MessageFlyweight> messageFlyweightClass, String source, String group, String id)
Create a topic for the provided SBE or DTO class.
Topic create(int schemaId, int templateId, String source, String group, String id)
Create a topic where the schema id and template id is known.
Topic topicSet(String source, String group, String id)
Create a topic for a topic set.