Class ServerSentEventSettingsImpl

All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public final class ServerSentEventSettingsImpl extends ServerSentEventSettings implements scala.Product, Serializable
See Also:
  • Constructor Details

    • ServerSentEventSettingsImpl

      public ServerSentEventSettingsImpl(int maxEventSize, int maxLineSize, boolean emitEmptyEvents)
  • Method Details

    • fromSubConfig

      public static ServerSentEventSettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)
    • prefix

      protected static String prefix()
    • apply

      public static T apply(akka.actor.ActorSystem system)
    • apply

      public static T apply(String configOverrides)
    • apply

      public static T apply(com.typesafe.config.Config config)
    • maxEventSize

      public int maxEventSize()
      Description copied from class: ServerSentEventSettings
      The maximum size for parsing server-sent events
      Specified by:
      maxEventSize in class ServerSentEventSettings
      Returns:
      (undocumented)
    • maxLineSize

      public int maxLineSize()
      Description copied from class: ServerSentEventSettings
      The maximum size for parsing lines of a server-sent event
      Specified by:
      maxLineSize in class ServerSentEventSettings
      Returns:
      (undocumented)
    • emitEmptyEvents

      public boolean emitEmptyEvents()
      Description copied from class: ServerSentEventSettings
      Should events with empty data field be passed to the application.
      Specified by:
      emitEmptyEvents in class ServerSentEventSettings
      Returns:
      (undocumented)
    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product