Uses of Interface
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Package
Description
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 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.tracing.zipkin
Modifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Zipkin server. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.amqp
Modifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a RabbitMQ service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.cassandra
Modifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Cassandra service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.couchbase
Modifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Couchbase service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.data.redis
Modifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Redis service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.elasticsearch
Modifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an Elasticsearch service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.flyway
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an SQL service using JDBC. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.jms.activemq
Modifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an ActiveMQ service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.kafka
Modifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Kafka service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.liquibase
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a MongoDB service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.neo4j
Modifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to a Neo4j service. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.r2dbc
Modifier and TypeInterfaceDescriptioninterface
Details required to establish a connection to an SQL service using R2DBC. -
Uses of ConnectionDetails in org.springframework.boot.autoconfigure.service.connection
Modifier and TypeInterfaceDescriptioninterface
ConnectionDetailsFactory<S,
D extends ConnectionDetails> A factory to createConnectionDetails
from a givensource
.Modifier 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
Modifier and TypeClassDescriptionclass
Base class forConnectionDetailsFactory
implementations that provideConnectionDetails
from aDockerComposeConnectionSource
.Modifier and TypeClassDescriptionprotected static class
Convenient base class forConnectionDetails
results that are backed by aRunningService
. -
Uses of ConnectionDetails in org.springframework.boot.testcontainers.service.connection
Modifier and TypeClassDescriptionclass
ContainerConnectionDetailsFactory<C extends org.testcontainers.containers.Container<?>,
D extends ConnectionDetails> Base class forConnectionDetailsFactory
implementations that provideConnectionDetails
from aContainerConnectionSource
.Modifier and TypeClassDescriptionprotected static class
ContainerConnectionDetailsFactory.ContainerConnectionDetails<C extends org.testcontainers.containers.Container<?>>
Base class forConnectionDetails
results that are backed by aContainerConnectionSource
.