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 22
22
/**
23
23
* API to observe common message operations.
24
24
*
25
+ * <p>This interface is considered an SPI and is susceptible to change at any time.
26
+ *
25
27
* @see com.rabbitmq.client.amqp.observation.micrometer.MicrometerObservationCollectorBuilder
26
28
*/
27
29
public interface ObservationCollector {
Original file line number Diff line number Diff line change 3
3
*
4
4
* <p>The entry point is the {@link
5
5
* 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.
6
9
*/
7
10
package com .rabbitmq .client .amqp .observation .micrometer ;
You can’t perform that action at this time.
0 commit comments