
com.microsoft.applicationinsights.connectionstring.ConnectionString Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of applicationinsights-core Show documentation
Show all versions of applicationinsights-core Show documentation
This is the core module of Microsoft Application Insights Java SDK
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