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

com.microsoft.applicationinsights.connectionstring.ConnectionString Maven / Gradle / Ivy

The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

package com.microsoft.applicationinsights.connectionstring;

public final class ConnectionString {

  /**
   * When using this method to initialize the connection string after startup, you will need to set
   * {@code connectionStringConfiguredAtRuntime} to {@code true} inside of the {@code
   * applicationinsights.json} configuration file, e.g.
   *
   * 
   *   {
   *     "connectionStringConfiguredAtRuntime": true
   *   }
   * 
* *

If the connection string has already been set then this method logs a warning and does * nothing. */ public static void configure(String connectionString) { // this methods is implemented by the Application Insights Java agent } private ConnectionString() {} }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy