C# Class InfinityMQ.Channels.Endpoints.EndpointFactory

Inheritance: ICreateEndpoints
Afficher le fichier Open project: cbaxter/InfinityMQ

Méthodes publiques

Méthode Description
CreateEndpoint ( EndpointType type ) : IEndpoint
EndpointFactory ( ICreateFrameReaders frameReaderFactory, ICreateFrameWriters frameWriterFactory ) : System

Method Details

CreateEndpoint() public méthode

public CreateEndpoint ( EndpointType type ) : IEndpoint
type EndpointType
Résultat IEndpoint

EndpointFactory() public méthode

public EndpointFactory ( ICreateFrameReaders frameReaderFactory, ICreateFrameWriters frameWriterFactory ) : System
frameReaderFactory ICreateFrameReaders
frameWriterFactory ICreateFrameWriters
Résultat System