Uses of Interface
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Packages that use ConnectionDetails
Package
Description
Support for exporting actuator metrics to OTLP.
Auto-configuration for tracing with OTLP.
Auto-configuration for tracing with Zipkin.
Auto-configuration for RabbitMQ.
Auto-configuration for Cassandra.
Auto-configuration for Couchbase.
Auto-configuration for Spring Data Redis.
Auto-configuration for Elasticsearch client.
Auto-configuration for Flyway.
Auto-configuration for JDBC.
Auto-configuration for ActiveMQ.
Auto-configuration for Artemis.
Auto-configuration for Apache Kafka.
Auto-configuration for LDAP.
Auto-configuration for Liquibase.
Auto-configuration for MongoDB.
Auto-configuration for Neo4j.
Auto-configuration for Spring for Apache Pulsar.
Auto-Configuration for R2DBC.
Support for service connections that affect auto-configuration.
Service connection support for Docker Compose.
General support for service connections in tests.
-
Uses of ConnectionDetails in org.springframework.boot.actuate.autoconfigure.metrics.export.otlp
Subinterfaces of ConnectionDetails in org.springframework.boot.actuate.autoconfigure.metrics.export.otlpModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an OpenTelemetry Collector service. -
Uses of ConnectionDetails in org.springframework.boot.actuate.autoconfigure.tracing.otlp
Subinterfaces of ConnectionDetails in org.springframework.boot.actuate.autoconfigure.tracing.otlpModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an OpenTelemetry service. -
Uses of ConnectionDetails in org.springframework.boot.actuate.autoconfigure.tracing.zipkin
Subinterfaces of ConnectionDetails in org.springframework.boot.actuate.autoconfigure.tracing.zipkinModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Zipkin server. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.amqp
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.amqpModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a RabbitMQ service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.cassandra
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.cassandraModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Cassandra service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.couchbase
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.couchbaseModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Couchbase service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.data.redis
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.data.redisModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Redis service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.elasticsearch
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.elasticsearchModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an Elasticsearch service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.flyway
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.flywayModifier and TypeInterfaceDescriptioninterface
Details required for Flyway to establish a connection to an SQL service using JDBC. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.jdbc
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.jdbcModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an SQL service using JDBC. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.jms.activemq
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.jms.activemqModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an ActiveMQ service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.jms.artemis
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.jms.artemisModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an Artemis service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.kafka
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.kafkaModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Kafka service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.ldap
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.ldapModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an LDAP service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.liquibase
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.liquibaseModifier and TypeInterfaceDescriptioninterface
Details required for Liquibase to establish a connection to an SQL service using JDBC. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.mongo
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.mongoModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a MongoDB service.Classes in org.springframework.boot.autoconfigure.mongo that implement ConnectionDetails -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.neo4j
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.neo4jModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Neo4j service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.pulsar
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.pulsarModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Pulsar service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.r2dbc
Subinterfaces of ConnectionDetails in org.springframework.boot.autoconfigure.r2dbcModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an SQL service using R2DBC. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.service.connection
Classes in org.springframework.boot.autoconfigure.service.connection with type parameters of type ConnectionDetailsModifier and TypeInterfaceDescriptioninterface
ConnectionDetailsFactory<S,
D extends ConnectionDetails> A factory to createConnectionDetails
from 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 aMap
ofConnectionDetails
interface type toConnectionDetails
instance created from the factories associated with the given source. -
Uses of ConnectionDetails in org.springframework.boot.docker.compose.service.connection
Classes in org.springframework.boot.docker.compose.service.connection with type parameters of type ConnectionDetailsModifier and TypeClassDescriptionclass
Base class forConnectionDetailsFactory
implementations that provideConnectionDetails
from aDockerComposeConnectionSource
.Classes in org.springframework.boot.docker.compose.service.connection that implement ConnectionDetailsModifier and TypeClassDescriptionprotected static class
Convenient base class forConnectionDetails
results that are backed by aRunningService
. -
Uses of ConnectionDetails in org.springframework.boot.testcontainers.service.connection
Classes in org.springframework.boot.testcontainers.service.connection with type parameters of type ConnectionDetailsModifier and TypeClassDescriptionclass
ContainerConnectionDetailsFactory<C extends org.testcontainers.containers.Container<?>,
D extends ConnectionDetails> Base class forConnectionDetailsFactory
implementations that provideConnectionDetails
from aContainerConnectionSource
.Classes in org.springframework.boot.testcontainers.service.connection that implement ConnectionDetailsModifier and TypeClassDescriptionprotected static class
ContainerConnectionDetailsFactory.ContainerConnectionDetails<C extends org.testcontainers.containers.Container<?>>
Base class forConnectionDetails
results that are backed by aContainerConnectionSource
.