Interface IEventLoopGroupFactory
Inherited Members
System.IDisposable.Dispose()
Namespace: Catalyst.Abstractions.IO.EventLoop
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IEventLoopGroupFactory : IDisposable
Methods
| Improve this Doc View SourceGetOrCreateHandlerWorkerEventLoopGroup()
Gets or Creates new loop group for the netty handlers.
Declaration
IEventLoopGroup GetOrCreateHandlerWorkerEventLoopGroup()
Returns
Type | Description |
---|---|
IEventLoopGroup |
GetOrCreateSocketIoEventLoopGroup()
Gets or Creates new loop group for the socket IO.
Declaration
IEventLoopGroup GetOrCreateSocketIoEventLoopGroup()
Returns
Type | Description |
---|---|
IEventLoopGroup |