package.dist.src.topic-client.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Client SDK for Momento services
import { AbstractTopicClient } from '@gomomento/sdk-core/dist/src/internal/clients/pubsub/AbstractTopicClient';
import { TopicClientProps } from './topic-client-props';
/**
* Momento Topic Client.
*
* Publish and subscribe to topics.
*/
export declare class TopicClient extends AbstractTopicClient {
/**
* Creates an instance of TopicClient.
*/
constructor(props?: TopicClientProps);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy