MessageBusSubscriber ClassDH.Messaging Documentation

[This is preliminary documentation and is subject to change.]

Game Component to automate handling of message bus subscriptions
Inheritance Hierarchy

OnlineSystem Object
  Object
    Component
      Behaviour
        MonoBehaviour
          (Default Namespace) MessageBusSubscriber

Namespace: (Default Namespace)
Assembly: DH.Messaging.Extensions (in DH.Messaging.Extensions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public sealed class MessageBusSubscriber : MonoBehaviour
Remarks

Subscriptions for the given game component are all managed by the subscriber. Each message type has an individual subscription and each subscription handles all messages (regardless of key) for that message type.

See Also