public class OpenTelemetryConnectionProvider extends Object implements org.mule.runtime.api.connection.CachedConnectionProvider<OpenTelemetryConnection>
| Modifier and Type | Field and Description |
|---|---|
static String |
INSTRUMENTATION_NAME |
static String |
INSTRUMENTATION_VERSION |
| Constructor and Description |
|---|
OpenTelemetryConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
OpenTelemetryConnection |
connect() |
void |
disconnect(OpenTelemetryConnection connection) |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(OpenTelemetryConnection connection) |
public static final String INSTRUMENTATION_VERSION
public static final String INSTRUMENTATION_NAME
public OpenTelemetryConnection connect() throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<OpenTelemetryConnection>org.mule.runtime.api.connection.ConnectionExceptionpublic void disconnect(OpenTelemetryConnection connection)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<OpenTelemetryConnection>public org.mule.runtime.api.connection.ConnectionValidationResult validate(OpenTelemetryConnection connection)
validate in interface org.mule.runtime.api.connection.ConnectionProvider<OpenTelemetryConnection>Copyright © 2022 AVIO Consulting. All rights reserved.