Interface IEventLoopGroupFactoryConfiguration
Namespace: Catalyst.Abstractions.IO.EventLoop
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IEventLoopGroupFactoryConfiguration
Properties
| Improve this Doc View SourceTcpClientHandlerWorkerThreads
Gets or sets the TCP client threads.
Declaration
int TcpClientHandlerWorkerThreads { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TCP client threads. |
TcpServerHandlerWorkerThreads
Gets or sets the TCP server threads.
Declaration
int TcpServerHandlerWorkerThreads { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TCP server threads. |
UdpClientHandlerWorkerThreads
Gets or sets the UDP client threads.
Declaration
int UdpClientHandlerWorkerThreads { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The UDP client threads. |
UdpServerHandlerWorkerThreads
Gets or sets the UDP server threads.
Declaration
int UdpServerHandlerWorkerThreads { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The UDP server threads. |