Skip to content

Commit 3ace5d0

Browse files
committed
Document observation-related interfaces and classes are SPI
1 parent 930739f commit 3ace5d0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/main/java/com/rabbitmq/client/amqp/ObservationCollector.java

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
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
*/
2729
public interface ObservationCollector {

src/main/java/com/rabbitmq/client/amqp/observation/micrometer/package-info.java

+3
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
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
*/
710
package com.rabbitmq.client.amqp.observation.micrometer;

0 commit comments

Comments
 (0)