TopicCredentials Class

  • java.lang.Object
    • com.microsoft.azure.eventgrid.TopicCredentials

Implements

com.microsoft.rest.credentials.ServiceClientCredentials

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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TopicCredentials

public TopicCredentials(String topicKey)

Parameters:

topicKey

Method Details

applyCredentialsFilter

public void applyCredentialsFilter(OkHttpClient.Builder clientBuilder)

Parameters:

clientBuilder

Applies to