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

io.opentelemetry.javaagent.instrumentation.rabbitmq.RabbitChannelAndMethodHolder Maven / Gradle / Ivy

/*
 * Copyright The OpenTelemetry Authors
 * SPDX-License-Identifier: Apache-2.0
 */

package io.opentelemetry.javaagent.instrumentation.rabbitmq;

public class RabbitChannelAndMethodHolder {
  private ChannelAndMethod channelAndMethod;

  public ChannelAndMethod getChannelAndMethod() {
    return channelAndMethod;
  }

  public void setChannelAndMethod(ChannelAndMethod channelAndMethod) {
    this.channelAndMethod = channelAndMethod;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy