Skip to content

Explore serving the incoming messages as an observable #7

@johnknoop

Description

@johnknoop

Instead of using HandleMessage<T>, you would use .ToObservable(). You could then use the standard methods like OfType<MyMessageType>() and Where to do more advanced grouping, buffering, filtering then you would by just using HandleMessage<T>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions