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

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

The newest version!
import { TopicClientProps } from '../topic-client-props';
import { TopicConfiguration } from '../config/topic-configuration';
import { CredentialProvider } from '@gomomento/sdk-core';
export interface TopicClientAllProps extends TopicClientProps {
    configuration: TopicConfiguration;
    credentialProvider: CredentialProvider;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy