Unosquare
    Show / Hide Table of Contents

    Namespace Swan.Messaging

    Classes

    MessageHub

    Messenger hub responsible for taking subscriptions/publications and delivering of messages.

    MessageHubDefaultProxy

    Default "pass through" proxy.

    Does nothing other than deliver the message.

    MessageHubGenericMessage<TContent>

    Generic message with user specified content.

    MessageHubMessageBase

    Base class for messages that provides weak reference storage of the sender.

    MessageHubSubscriptionToken

    Represents an active subscription to a message.

    Interfaces

    IMessageHub

    Messenger hub responsible for taking subscriptions/publications and delivering of messages.

    IMessageHubMessage

    A Message to be published/delivered by Messenger.

    IMessageHubProxy

    Message proxy definition.

    A message proxy can be used to intercept/alter messages and/or marshal delivery actions onto a particular thread.

    IMessageHubSubscription

    Represents a message subscription.

    Comments

    Back to top Copyright © 2017-2019 Unosquare