Class GraphQlProperties.Sse

java.lang.Object
org.springframework.boot.graphql.autoconfigure.GraphQlProperties.Sse
Enclosing class:
GraphQlProperties

public static class GraphQlProperties.Sse extends Object
Since:
4.0.0
Author:
Brian Clozel
  • Constructor Details

    • Sse

      public Sse()
  • Method Details

    • getKeepAlive

      public @Nullable Duration getKeepAlive()
    • setKeepAlive

      public void setKeepAlive(@Nullable Duration keepAlive)
    • getTimeout

      public @Nullable Duration getTimeout()
    • setTimeout

      public void setTimeout(@Nullable Duration timeout)