Skip to content

Let observer handler work with ExtendedHandler and Filter like Interfaced handler. #16

@veblush

Description

@veblush

Observer handler lacks two good things that Interfaced handler has

  • ExtendedHandler

Without ExtendedHandler it's impossible to make observer handler asynchronous.

[ExtendedHandler]
async Task Say()
...
  • Filter

Filter is quite useful for interfaced handlers and expect same thing for observer handler.

[Log]
void ChatObserver.Say()
...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions