public interface XnioWorkerConfigurator
An interface which is loaded via
ServiceLoader in order to take over the configuration of the default worker
in the event that no overriding configuration is present.- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionCreate the worker, returningnullif no worker is available.
-
Method Details
-
createWorker
Create the worker, returningnullif no worker is available.- Returns:
- the worker or
nullif none is available - Throws:
IOException- if configuring the worker resulted in an exception
-