spring-framework / org.springframework.core / ReactiveAdapterRegistry / getSharedInstance

getSharedInstance

open static fun getSharedInstance(): ReactiveAdapterRegistry

Return a shared default ReactiveAdapterRegistry instance, lazily building it once needed.

NOTE: We highly recommend passing a long-lived, pre-configured ReactiveAdapterRegistry instance for customization purposes. This accessor is only meant as a fallback for code paths that want to fall back on a default instance if one isn't provided.

Return
the shared ReactiveAdapterRegistry instance (never null)

Since
5.0.2