Uses of Interface
com.microsoft.azure.eventgrid.EventGridClient
-
Packages that use EventGridClient Package Description com.microsoft.azure.eventgrid This package contains the classes for EventGridClient.com.microsoft.azure.eventgrid.implementation This package contains the implementation classes for EventGridClient. -
-
Uses of EventGridClient in com.microsoft.azure.eventgrid
Methods in com.microsoft.azure.eventgrid that return EventGridClient Modifier and Type Method Description EventGridClientEventGridClient. withAcceptLanguage(String acceptLanguage)Sets Gets or sets the preferred language for the response..EventGridClientEventGridClient. withGenerateClientRequestId(boolean generateClientRequestId)Sets When set to true a unique x-ms-client-request-id value is generated and included in each request.EventGridClientEventGridClient. withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)Sets Gets or sets the retry timeout in seconds for Long Running Operations. -
Uses of EventGridClient in com.microsoft.azure.eventgrid.implementation
Classes in com.microsoft.azure.eventgrid.implementation that implement EventGridClient Modifier and Type Class Description classEventGridClientImplInitializes a new instance of the EventGridClientImpl class.
-