C# 클래스 Bus.Transport.Network.ZmqPullWireDataReceiver

상속: IWireReceiverTransport
파일 보기 프로젝트 열기: jbouzaglou/PetPigeonsESB

공개 메소드들

메소드 설명
CreateCommandReceiverSocket ( string endpoint ) : void
Dispose ( ) : void
Initialize ( RingBuffer ringBuffer ) : void
ZmqPullWireDataReceiver ( ZmqContext context, ZmqTransportConfiguration configuration, ISerializationHelper helper ) : System

비공개 메소드들

메소드 설명
CreatePollingThread ( ) : void
DoReceive ( ) : void

메소드 상세

CreateCommandReceiverSocket() 공개 메소드

public CreateCommandReceiverSocket ( string endpoint ) : void
endpoint string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( RingBuffer ringBuffer ) : void
ringBuffer RingBuffer
리턴 void

ZmqPullWireDataReceiver() 공개 메소드

public ZmqPullWireDataReceiver ( ZmqContext context, ZmqTransportConfiguration configuration, ISerializationHelper helper ) : System
context ZmqContext
configuration ZmqTransportConfiguration
helper ISerializationHelper
리턴 System