C# Class InfinityMQ.Channels.Endpoints.EndpointFactory

Inheritance: ICreateEndpoints
ファイルを表示 Open project: cbaxter/InfinityMQ

Public Methods

Method Description
CreateEndpoint ( EndpointType type ) : IEndpoint
EndpointFactory ( ICreateFrameReaders frameReaderFactory, ICreateFrameWriters frameWriterFactory ) : System

Method Details

CreateEndpoint() public method

public CreateEndpoint ( EndpointType type ) : IEndpoint
type EndpointType
return IEndpoint

EndpointFactory() public method

public EndpointFactory ( ICreateFrameReaders frameReaderFactory, ICreateFrameWriters frameWriterFactory ) : System
frameReaderFactory ICreateFrameReaders
frameWriterFactory ICreateFrameWriters
return System