Package org.springframework.boot.autoconfigure.service.connection
package org.springframework.boot.autoconfigure.service.connection
Support for service connections that affect auto-configuration.
-
ClassDescriptionBase interface for types that provide the details required to establish a connection to a remote service.A registry of
ConnectionDetailsFactory
instances.ConnectionDetailsFactory<S,D extends ConnectionDetails> A factory to createConnectionDetails
from a givensource
.RuntimeException
thrown when aConnectionDetailsFactory
could not be found.RuntimeException
thrown when requiredConnectionDetails
could not be found.