Class SkyWebMessageSink
Dispatches instances of SkyWebMessage into the remote IWebMessageSystem
Inheritance
System.Object
SkyWebMessageSink
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Sky.WebMessaging
Assembly: Azos.Sky.dll
Syntax
public class SkyWebMessageSink : MessageSink, IDisposable, IDaemon, IDaemonView, IApplicationComponent, INamed, ILocalizedTimeProvider, IInstrumentable, IExternallyParameterized, IMessageSink, IConfigurable
Constructors
SkyWebMessageSink(MessageDaemon)
Declaration
public SkyWebMessageSink(MessageDaemon director)
Parameters
Type | Name | Description |
---|---|---|
MessageDaemon | director |
Fields
CONFIG_HOST_ATTR
Declaration
public const string CONFIG_HOST_ATTR = "host"
Field Value
Type | Description |
---|---|
System.String |
Properties
Host
Specifies the name of the host where the messages are sent
Declaration
[Config]
[ExternalParameter(new string[]{"messaging"})]
public string Host { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SupportedChannels
Declaration
public override MsgChannels SupportedChannels { get; }
Property Value
Type | Description |
---|---|
MsgChannels |
Overrides
Methods
DoConfigure(IConfigSectionNode)
Declaration
protected override void DoConfigure(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |
Overrides
DoSendMsg(Message)
Declaration
protected override bool DoSendMsg(Message msg)
Parameters
Type | Name | Description |
---|---|---|
Message | msg |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
DoWaitForCompleteStop()
Declaration
protected override void DoWaitForCompleteStop()
Overrides
Filter(Message)
Declaration
protected override bool Filter(Message msg)
Parameters
Type | Name | Description |
---|---|---|
Message | msg |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Implements
System.IDisposable