All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.src.topic-client.d.ts Maven / Gradle / Ivy

There is a newer version: 1.105.0
Show newest version
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