Show / Hide Table of Contents

    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 Source

    GetOrCreateHandlerWorkerEventLoopGroup()

    Gets or Creates new loop group for the netty handlers.

    Declaration
    IEventLoopGroup GetOrCreateHandlerWorkerEventLoopGroup()
    Returns
    Type Description
    IEventLoopGroup
    | Improve this Doc View Source

    GetOrCreateSocketIoEventLoopGroup()

    Gets or Creates new loop group for the socket IO.

    Declaration
    IEventLoopGroup GetOrCreateSocketIoEventLoopGroup()
    Returns
    Type Description
    IEventLoopGroup
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network