Uses of Interface
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Packages that use ConnectionDetails
Package
Description
Auto-configuration for ActiveMQ.
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.
Support for exporting actuator metrics to OTLP.
Auto-configuration for exporting traces with OTLP.
Auto-configuration for MongoDB.
Auto-configuration for Neo4j.
Auto-configuration for exporting logs with OpenTelemetry via OTLP.
Auto-configuration for Spring for Apache Pulsar.
Auto-Configuration for R2DBC.
General support for service connections in tests.
Auto-configuration for Zipkin.
-
Uses of ConnectionDetails in org.springframework.boot.activemq.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.activemq.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to an ActiveMQ service. -
Uses of ConnectionDetails in org.springframework.boot.amqp.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.amqp.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails 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 TypeInterfaceDescriptioninterfaceDetails 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 TypeInterfaceDescriptioninterfaceConnectionDetailsFactory<S, D extends ConnectionDetails>A factory to createConnectionDetailsfrom 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 aMapofConnectionDetailsinterface type toConnectionDetailsinstance 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 TypeInterfaceDescriptioninterfaceDetails 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 TypeInterfaceDescriptioninterfaceDetails 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 TypeInterfaceDescriptioninterfaceDetails 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 TypeClassDescriptionclassBase class forConnectionDetailsFactoryimplementations that provideConnectionDetailsfrom aDockerComposeConnectionSource.Classes in org.springframework.boot.docker.compose.service.connection that implement ConnectionDetailsModifier and TypeClassDescriptionprotected static classConvenient base class forConnectionDetailsresults that are backed by aRunningService. -
Uses of ConnectionDetails in org.springframework.boot.elasticsearch.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.elasticsearch.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails 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 TypeInterfaceDescriptioninterfaceDetails 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 TypeInterfaceDescriptioninterfaceDetails 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 TypeInterfaceDescriptioninterfaceDetails 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 TypeInterfaceDescriptioninterfaceDetails 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 TypeInterfaceDescriptioninterfaceDetails 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 TypeInterfaceDescriptioninterfaceDetails required for Liquibase to establish a connection to an SQL service using JDBC. -
Uses of ConnectionDetails in org.springframework.boot.micrometer.metrics.autoconfigure.export.otlp
Subinterfaces of ConnectionDetails in org.springframework.boot.micrometer.metrics.autoconfigure.export.otlpModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to an OpenTelemetry Collector service. -
Uses of ConnectionDetails in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp
Subinterfaces of ConnectionDetails in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlpModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to an OpenTelemetry service. -
Uses of ConnectionDetails in org.springframework.boot.mongodb.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.mongodb.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails 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 TypeInterfaceDescriptioninterfaceDetails required to establish a connection to a Neo4j service. -
Uses of ConnectionDetails in org.springframework.boot.opentelemetry.autoconfigure.logging.otlp
Subinterfaces of ConnectionDetails in org.springframework.boot.opentelemetry.autoconfigure.logging.otlpModifier and TypeInterfaceDescriptioninterfaceDetails required for actuator to establish a connection to an OpenTelemetry logging service. -
Uses of ConnectionDetails in org.springframework.boot.pulsar.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.pulsar.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails 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 TypeInterfaceDescriptioninterfaceDetails 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 TypeClassDescriptionclassContainerConnectionDetailsFactory<C extends org.testcontainers.containers.Container<?>, D extends ConnectionDetails>Base class forConnectionDetailsFactoryimplementations that provideConnectionDetailsfrom aContainerConnectionSource.Classes in org.springframework.boot.testcontainers.service.connection that implement ConnectionDetailsModifier and TypeClassDescriptionprotected static classContainerConnectionDetailsFactory.ContainerConnectionDetails<C extends org.testcontainers.containers.Container<?>>Base class forConnectionDetailsresults that are backed by aContainerConnectionSource. -
Uses of ConnectionDetails in org.springframework.boot.zipkin.autoconfigure
Subinterfaces of ConnectionDetails in org.springframework.boot.zipkin.autoconfigureModifier and TypeInterfaceDescriptioninterfaceDetails required to establish a connection to a Zipkin server.