C# 클래스 Appccelerate.DistributedEventBroker.Factories.DefaultDistributedFactory

Default factory which creates the default types for the distributed event broker extension.
상속: IDistributedFactory
파일 보기 프로젝트 열기: appccelerate/appccelerate 1 사용 예제들

공개 메소드들

메소드 설명
CreateEventArgsSerializer ( ) : IEventArgsSerializer

Creates the event arguments serializer.

CreateMessageFactory ( ) : IEventMessageFactory

Creates the message factory.

CreateTopicSelectionStrategy ( ) : ITopicSelectionStrategy

Create the topic selection strategy.

메소드 상세

CreateEventArgsSerializer() 공개 메소드

Creates the event arguments serializer.
public CreateEventArgsSerializer ( ) : IEventArgsSerializer
리턴 IEventArgsSerializer

CreateMessageFactory() 공개 메소드

Creates the message factory.
public CreateMessageFactory ( ) : IEventMessageFactory
리턴 IEventMessageFactory

CreateTopicSelectionStrategy() 공개 메소드

Create the topic selection strategy.
public CreateTopicSelectionStrategy ( ) : ITopicSelectionStrategy
리턴 ITopicSelectionStrategy