public interface XnioWorkerConfigurator
ServiceLoader
in order to take over the configuration of the default worker
in the event that no overriding configuration is present.Modifier and Type | Method and Description |
---|---|
XnioWorker |
createWorker()
Create the worker, returning
null if no worker is available. |
XnioWorker createWorker() throws IOException
null
if no worker is available.null
if none is availableIOException
- if configuring the worker resulted in an exceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.