EventLoopGroupProvider
A EventLoopGroupProvider
defines how the underlying EventLoopGroup
used to create the EventLoop
is provided.
enum EventLoopGroupProvider
When shared
, the EventLoopGroup
is provided externally and its lifecycle will be managed by the caller. When createNew
, the library will create a new EventLoopGroup
and manage its lifecycle.