Uses of Enum Class
org.springframework.boot.autoconfigure.reactor.ReactorProperties.ContextPropagationMode
Packages that use ReactorProperties.ContextPropagationMode
-
Uses of ReactorProperties.ContextPropagationMode in org.springframework.boot.autoconfigure.reactor
Methods in org.springframework.boot.autoconfigure.reactor that return ReactorProperties.ContextPropagationModeModifier and TypeMethodDescriptionReactorProperties.getContextPropagation()
Returns the enum constant of this class with the specified name.ReactorProperties.ContextPropagationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.autoconfigure.reactor with parameters of type ReactorProperties.ContextPropagationModeModifier and TypeMethodDescriptionvoid
ReactorProperties.setContextPropagation
(ReactorProperties.ContextPropagationMode contextPropagation)