File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/main/java/com/rabbitmq/client/amqp Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2222/**
2323 * API to observe common message operations.
2424 *
25+ * <p>This interface is considered an SPI and is susceptible to change at any time.
26+ *
2527 * @see com.rabbitmq.client.amqp.observation.micrometer.MicrometerObservationCollectorBuilder
2628 */
2729public interface ObservationCollector {
Original file line number Diff line number Diff line change 33 *
44 * <p>The entry point is the {@link
55 * com.rabbitmq.client.amqp.observation.micrometer.MicrometerObservationCollectorBuilder} class.
6+ *
7+ * <p>Classes and interfaces in this package are considered SPI and are susceptible to change at any
8+ * time.
69 */
710package com .rabbitmq .client .amqp .observation .micrometer ;
You can’t perform that action at this time.
0 commit comments