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

io.tracee.contextlogger.connector.WellKnownConnectorClassNames Maven / Gradle / Ivy

There is a newer version: 0.11.0
Show newest version
package io.tracee.contextlogger.connector;

/**
 * Keeps classnames of well known connector classes. Needed for creating new connector instances via reflection.
 * Connector artifacts should contain a unit test, which checks if the values and the real full qualified class name match.
 */
public final class WellKnownConnectorClassNames {

    private WellKnownConnectorClassNames() {
        // hide Constructor
    }

    public static final String HTTP_CONNECTOR = "io.tracee.contextlogger.connector.http.HttpConnector";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy