Interface ThreadSelectionConfiguration

All Known Implementing Classes:
HttpServerConfiguration, NettyHttpServerConfiguration

public interface ThreadSelectionConfiguration
Configuration properties for controller and filter thread selection.
Since:
5.0.0
Author:
Jonas Konrad
  • Method Details

    • getThreadSelection

      ThreadSelection getThreadSelection()
      The target executor.
      Returns:
      The target executor
    • isRedispatchNonBlockingOnly

      boolean isRedispatchNonBlockingOnly()
      Whether executor redispatch should only happen on non-blocking threads.
      Returns:
      true if redispatch is restricted to non-blocking threads