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 Summary
Modifier and TypeMethodDescriptionThe target executor.booleanWhether executor redispatch should only happen on non-blocking threads.
-
Method Details
-
getThreadSelection
-
isRedispatchNonBlockingOnly
boolean isRedispatchNonBlockingOnly()Whether executor redispatch should only happen on non-blocking threads.- Returns:
trueif redispatch is restricted to non-blocking threads
-