Uses of Interface
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Packages that use ConnectionDetails
Package
Description
Auto-configuration for ActiveMQ.
Auto-configuration for RabbitMQ.
Auto-configuration for Artemis.
Support for service connections that affect auto-configuration.
Auto-configuration for Cassandra.
Auto-configuration for Couchbase.
Auto-configuration for Spring Data Redis.
Service connection support for Docker Compose.
Auto-configuration for Elasticsearch client.
Auto-configuration for Flyway.
Auto-configuration for Hazelcast.
Auto-configuration for JDBC.
Auto-configuration for Apache Kafka.
Auto-configuration for LDAP.
Auto-configuration for Liquibase.
Support for exporting actuator metrics to OTLP.
Auto-configuration for exporting traces with OTLP.
Auto-configuration for MongoDB.
Auto-configuration for Neo4j.
Auto-configuration for exporting logs with OpenTelemetry.
Auto-configuration for Spring for Apache Pulsar.
Auto-Configuration for R2DBC.
General support for service connections in tests.
Auto-configuration for Zipkin.
- 
Uses of ConnectionDetails in org.springframework.boot.activemq.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.activemq.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to an ActiveMQ service.
- 
Uses of ConnectionDetails in org.springframework.boot.amqp.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.amqp.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to a RabbitMQ service.
- 
Uses of ConnectionDetails in org.springframework.boot.artemis.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.artemis.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to an Artemis service.
- 
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.service.connectionClasses in org.springframework.boot.autoconfigure.service.connection with type parameters of type ConnectionDetailsModifier and TypeInterfaceDescriptioninterfaceConnectionDetailsFactory<S, D extends ConnectionDetails>A factory to createConnectionDetailsfrom a givensource.Methods in org.springframework.boot.autoconfigure.service.connection that return types with arguments of type ConnectionDetailsModifier and TypeMethodDescription<S> Map<Class<?>, ConnectionDetails> ConnectionDetailsFactories.getConnectionDetails(S source, boolean required) Return aMapofConnectionDetailsinterface type toConnectionDetailsinstance created from the factories associated with the given source.
- 
Uses of ConnectionDetails in org.springframework.boot.cassandra.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.cassandra.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to a Cassandra service.
- 
Uses of ConnectionDetails in org.springframework.boot.couchbase.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.couchbase.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to a Couchbase service.
- 
Uses of ConnectionDetails in org.springframework.boot.data.redis.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.data.redis.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to a Redis service.
- 
Uses of ConnectionDetails in org.springframework.boot.docker.compose.service.connectionClasses in org.springframework.boot.docker.compose.service.connection with type parameters of type ConnectionDetailsModifier and TypeClassDescriptionclassBase class forConnectionDetailsFactoryimplementations that provideConnectionDetailsfrom aDockerComposeConnectionSource.Classes in org.springframework.boot.docker.compose.service.connection that implement ConnectionDetailsModifier and TypeClassDescriptionprotected static classConvenient base class forConnectionDetailsresults that are backed by aRunningService.
- 
Uses of ConnectionDetails in org.springframework.boot.elasticsearch.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.elasticsearch.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to an Elasticsearch service.
- 
Uses of ConnectionDetails in org.springframework.boot.flyway.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.flyway.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required for Flyway to establish a connection to an SQL service using JDBC.
- 
Uses of ConnectionDetails in org.springframework.boot.hazelcast.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.hazelcast.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a client connection to a Hazelcast instance.
- 
Uses of ConnectionDetails in org.springframework.boot.jdbc.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.jdbc.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to an SQL service using JDBC.
- 
Uses of ConnectionDetails in org.springframework.boot.kafka.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.kafka.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to a Kafka service.
- 
Uses of ConnectionDetails in org.springframework.boot.ldap.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.ldap.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to an LDAP service.
- 
Uses of ConnectionDetails in org.springframework.boot.liquibase.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.liquibase.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required for Liquibase to establish a connection to an SQL service using JDBC.
- 
Uses of ConnectionDetails in org.springframework.boot.micrometer.metrics.autoconfigure.export.otlpSubinterfaces of ConnectionDetails in org.springframework.boot.micrometer.metrics.autoconfigure.export.otlpModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to an OpenTelemetry Collector service.
- 
Uses of ConnectionDetails in org.springframework.boot.micrometer.tracing.autoconfigure.otlpSubinterfaces of ConnectionDetails in org.springframework.boot.micrometer.tracing.autoconfigure.otlpModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to an OpenTelemetry service.
- 
Uses of ConnectionDetails in org.springframework.boot.mongodb.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.mongodb.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to a MongoDB service.Classes in org.springframework.boot.mongodb.autoconfigure that implement ConnectionDetails
- 
Uses of ConnectionDetails in org.springframework.boot.neo4j.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.neo4j.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to a Neo4j service.
- 
Uses of ConnectionDetails in org.springframework.boot.opentelemetry.autoconfigure.loggingSubinterfaces of ConnectionDetails in org.springframework.boot.opentelemetry.autoconfigure.loggingModifier and TypeInterfaceDescriptioninterfaceDetails required for actuator to establish a connection to an OpenTelemetry logging service.
- 
Uses of ConnectionDetails in org.springframework.boot.pulsar.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.pulsar.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to a Pulsar service.
- 
Uses of ConnectionDetails in org.springframework.boot.r2dbc.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.r2dbc.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to an SQL service using R2DBC.
- 
Uses of ConnectionDetails in org.springframework.boot.testcontainers.service.connectionClasses in org.springframework.boot.testcontainers.service.connection with type parameters of type ConnectionDetailsModifier and TypeClassDescriptionclassContainerConnectionDetailsFactory<C extends org.testcontainers.containers.Container<?>, D extends ConnectionDetails>Base class forConnectionDetailsFactoryimplementations that provideConnectionDetailsfrom aContainerConnectionSource.Classes in org.springframework.boot.testcontainers.service.connection that implement ConnectionDetailsModifier and TypeClassDescriptionprotected static classContainerConnectionDetailsFactory.ContainerConnectionDetails<C extends org.testcontainers.containers.Container<?>>Base class forConnectionDetailsresults that are backed by aContainerConnectionSource.
- 
Uses of ConnectionDetails in org.springframework.boot.zipkin.autoconfigureSubinterfaces of ConnectionDetails in org.springframework.boot.zipkin.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to a Zipkin server.