The FallbackProviderAdapter class implements the ProviderAdapter interface
and provides a mechanism to use multiple provider adapters in a fallback manner.
It attempts to use the primary adapter first, and if it fails, it falls back to
the subsequent adapters in the order they were provided.
The
FallbackProviderAdapter
class implements theProviderAdapter
interface and provides a mechanism to use multiple provider adapters in a fallback manner. It attempts to use the primary adapter first, and if it fails, it falls back to the subsequent adapters in the order they were provided.Implements