Interface StreamingConfig

  • All Known Implementing Classes:
    DefaultStreamingConfig

    public interface StreamingConfig
    Provides configuration settings of general gateway streaming functionality.
    • Method Detail

      • getSessionCounterScrapeInterval

        Duration getSessionCounterScrapeInterval()
        Returns the session counter update interval.
        Returns:
        the interval.
      • getWebsocketConfig

        WebsocketConfig getWebsocketConfig()
        Returns the websocket config for streaming.
        Returns:
        the websocket config.
      • getSignalEnrichmentConfig

        SignalEnrichmentConfig getSignalEnrichmentConfig()
        Returns the signal-enrichment config.
        Returns:
        the signal-enrichment config.
      • getParallelism

        int getParallelism()
        Returns maximum number of stream elements to process in parallel.
        Returns:
        the parallelism.
      • render

        default com.typesafe.config.Config render()
        Render this object into a Config object from which a copy of this object can be constructed.
        Returns:
        a config representation.