This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch sl in repository https://gitbox.apache.org/repos/asf/camel.git
commit 68f4297524bdc006489f69c545aa95ef4eb5c73a Author: Claus Ibsen <[email protected]> AuthorDate: Mon Jun 10 14:41:55 2024 +0200 CAMEL-20842: Add endpoint service location to backlog tracing --- .../src/main/java/org/apache/camel/spi/EndpointServiceLocation.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/camel-api/src/main/java/org/apache/camel/spi/EndpointServiceLocation.java b/core/camel-api/src/main/java/org/apache/camel/spi/EndpointServiceLocation.java index 403d652c95c..3dfb0c9efde 100644 --- a/core/camel-api/src/main/java/org/apache/camel/spi/EndpointServiceLocation.java +++ b/core/camel-api/src/main/java/org/apache/camel/spi/EndpointServiceLocation.java @@ -32,7 +32,8 @@ import java.util.Map; public interface EndpointServiceLocation { /** - * Gets the remote address such as URL, hostname, or connection-string that are component specific + * Gets the remote address such as URL, hostname, connection-string, + * or cloud region, that are component specific. * * @return the address or null if no address can be determined. */
