Class GraphQlProperties.DeprecatedSse
java.lang.Object
org.springframework.boot.autoconfigure.graphql.GraphQlProperties.DeprecatedSse
- Enclosing class:
- GraphQlProperties
-
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.
-
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.
-