C# Class StompSharp.MessageRouter

A default fast-lookup implementation of IMessageRouter.
Inheritance: IMessageRouter
Afficher le fichier Open project: Code-Sharp/StompSharp

Méthodes publiques

Méthode Description
GetObservable ( string command ) : IObservable
MessageRouter ( IObservable all ) : System

Creates an instance of MessageRouter that registers to the given all observable.

Private Methods

Méthode Description
CreateSubject ( string arg ) : Subject
MessageReceived ( IMessage obj ) : void

Method Details

GetObservable() public méthode

public GetObservable ( string command ) : IObservable
command string
Résultat IObservable

MessageRouter() public méthode

Creates an instance of MessageRouter that registers to the given all observable.
public MessageRouter ( IObservable all ) : System
all IObservable
Résultat System