Uses of Interface
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Packages that use ConnectionDetails
Package
Description
Auto-configuration for ActiveMQ.
Auto-configuration for exporting logs with OTLP.
Support for exporting actuator metrics to OTLP.
Auto-configuration for exporting traces with OTLP.
Auto-configuration for tracing with Zipkin.
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.
Auto-configuration for MongoDB.
Auto-configuration for Neo4j.
Auto-configuration for Spring for Apache Pulsar.
Auto-Configuration for R2DBC.
General support for service connections in tests.
-
Uses of ConnectionDetails in org.springframework.boot.activemq.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.activemq.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an ActiveMQ service. -
Uses of ConnectionDetails in org.springframework.boot.actuate.autoconfigure.logging.otlp
Subinterfaces of ConnectionDetails in org.springframework.boot.actuate.autoconfigure.logging.otlpModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an OpenTelemetry logging service. -
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.amqp.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.amqp.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a RabbitMQ service. -
Uses of ConnectionDetails in org.springframework.boot.artemis.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.artemis.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an Artemis service. -
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.cassandra.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.cassandra.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Cassandra service. -
Uses of ConnectionDetails in org.springframework.boot.couchbase.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.couchbase.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Couchbase service. -
Uses of ConnectionDetails in org.springframework.boot.data.redis.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.data.redis.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Redis service. -
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.elasticsearch.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.elasticsearch.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an Elasticsearch service. -
Uses of ConnectionDetails in org.springframework.boot.flyway.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.flyway.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required for Flyway to establish a connection to an SQL service using JDBC. -
Uses of ConnectionDetails in org.springframework.boot.hazelcast.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.hazelcast.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required to establish a client connection to a Hazelcast instance. -
Uses of ConnectionDetails in org.springframework.boot.jdbc.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.jdbc.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an SQL service using JDBC. -
Uses of ConnectionDetails in org.springframework.boot.kafka.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.kafka.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Kafka service. -
Uses of ConnectionDetails in org.springframework.boot.ldap.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.ldap.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an LDAP service. -
Uses of ConnectionDetails in org.springframework.boot.liquibase.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.liquibase.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required for Liquibase to establish a connection to an SQL service using JDBC. -
Uses of ConnectionDetails in org.springframework.boot.mongodb.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.mongodb.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details 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.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.neo4j.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Neo4j service. -
Uses of ConnectionDetails in org.springframework.boot.pulsar.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.pulsar.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Pulsar service. -
Uses of ConnectionDetails in org.springframework.boot.r2dbc.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.r2dbc.autoconfigureModifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an SQL service using R2DBC. -
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
.