Interface ClientOptionsProvider.ClientOptions

All Known Subinterfaces:
ClientOptionsProvider.AmqpClientOptions, ClientOptionsProvider.HttpClientOptions
All Known Implementing Classes:
AmqpClientProperties, ClientProperties, HttpClientProperties
Enclosing interface:
ClientOptionsProvider

public static interface ClientOptionsProvider.ClientOptions
Interface to be implemented by classes that wish to describe sdk client common options.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the application id
  • Method Details

    • getApplicationId

      String getApplicationId()
      Get the application id
      Returns:
      the application id.