octomachinery.routing.abc module#
Octomachinery router base interface definitions.
- class octomachinery.routing.abc.OctomachineryRouterBase[source]#
Bases:
objectOctomachinery router base.
- abstract async dispatch(event: GitHubEvent, *args: Any, **kwargs: Any) None[source]#
Invoke coroutine handler tasks for the given event.