Class GraphQlProperties.DeprecatedSse
java.lang.Object
org.springframework.boot.autoconfigure.graphql.GraphQlProperties.DeprecatedSse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.void
setTimeout
(Duration timeout) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DeprecatedSse
-
-
Method Details
-
getTimeout
@DeprecatedConfigurationProperty(replacement="spring.graphql.http.sse.timeout", since="3.5.0") @Deprecated(since="3.5.0", forRemoval=true) public Duration getTimeout()Deprecated, for removal: This API element is subject to removal in a future version. -
setTimeout
Deprecated, for removal: This API element is subject to removal in a future version.
-