C# Class StompSharp.MessageRouter

A default fast-lookup implementation of IMessageRouter.
Inheritance: IMessageRouter
Mostrar archivo Open project: Code-Sharp/StompSharp

Public Methods

Method Description
GetObservable ( string command ) : IObservable
MessageRouter ( IObservable all ) : System

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

Private Methods

Method Description
CreateSubject ( string arg ) : Subject
MessageReceived ( IMessage obj ) : void

Method Details

GetObservable() public method

public GetObservable ( string command ) : IObservable
command string
return IObservable

MessageRouter() public method

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