Uses of Package
org.springframework.boot.autoconfigure.service.connection
Packages that use org.springframework.boot.autoconfigure.service.connection
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 Apache Kafka.
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.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.actuate.autoconfigure.metrics.export.otlpClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.actuate.autoconfigure.tracing.otlpClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.actuate.autoconfigure.tracing.zipkinClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.amqpClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.cassandraClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.couchbaseClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.data.redisClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.elasticsearchClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.flywayClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.jdbcClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.jms.activemqClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.kafkaClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.liquibaseClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.mongoClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.neo4jClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.pulsarClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.r2dbcClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.autoconfigure.service.connectionClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.
RuntimeException
thrown when aConnectionDetailsFactory
could not be found.RuntimeException
thrown when requiredConnectionDetails
could not be found. -
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.docker.compose.service.connectionClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.A factory to create
ConnectionDetails
from a givensource
. -
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.testcontainers.service.connectionClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.A factory to create
ConnectionDetails
from a givensource
.