io.opentelemetry.javaagent.instrumentation.apachecamel.CamelDirection Maven / Gradle / Ivy
The newest version!
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
package io.opentelemetry.javaagent.instrumentation.apachecamel;
public enum CamelDirection {
INBOUND,
OUTBOUND
}