Uses of Package
org.springframework.boot.autoconfigure.service.connection
Packages that use org.springframework.boot.autoconfigure.service.connection
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.
-
Classes in org.springframework.boot.autoconfigure.service.connection used by org.springframework.boot.activemq.autoconfigureClassDescriptionBase 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.logging.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.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.amqp.autoconfigureClassDescriptionBase 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.artemis.autoconfigureClassDescriptionBase 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.cassandra.autoconfigureClassDescriptionBase 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.couchbase.autoconfigureClassDescriptionBase 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.data.redis.autoconfigureClassDescriptionBase 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.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.elasticsearch.autoconfigureClassDescriptionBase 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.flyway.autoconfigureClassDescriptionBase 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.hazelcast.autoconfigureClassDescriptionBase 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.jdbc.autoconfigureClassDescriptionBase 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.kafka.autoconfigureClassDescriptionBase 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.ldap.autoconfigureClassDescriptionBase 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.liquibase.autoconfigureClassDescriptionBase 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.mongodb.autoconfigureClassDescriptionBase 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.neo4j.autoconfigureClassDescriptionBase 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.pulsar.autoconfigureClassDescriptionBase 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.r2dbc.autoconfigureClassDescriptionBase 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.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
.