Class ContextUtil
java.lang.Object
org.springframework.cloud.sleuth.internal.ContextUtil
Utility class that verifies that context is in creation. Do not use.
- Since:
- 2.1.0
- Author:
- Marcin Grzejszczak
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisContextUnusable(org.springframework.beans.factory.BeanFactory beanFactory)
-
Method Details
-
isContextUnusable
public static boolean isContextUnusable(org.springframework.beans.factory.BeanFactory beanFactory) - Parameters:
beanFactory- bean factory- Returns:
truewhen context is not ready to be used
-