TopicCredentials Class
- java.
lang. Object - com.
microsoft. azure. eventgrid. TopicCredentials
- com.
Implements
public class TopicCredentials
implements com.microsoft.rest.credentials.ServiceClientCredentials
Constructor Summary
| Constructor | Description | |
|---|---|---|
| TopicCredentials(String topicKey) | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void | applyCredentialsFilter(OkHttpClient.Builder clientBuilder) |
Methods inherited from java.lang.Object
Constructor Details
TopicCredentials
public TopicCredentials(String topicKey)
Parameters:
Method Details
applyCredentialsFilter
public void applyCredentialsFilter(OkHttpClient.Builder clientBuilder)
Parameters: