Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying alternate Request Router class in EndpointDefinition.__init__ #64

Open
dshafer opened this issue Sep 9, 2021 · 0 comments

Comments

@dshafer
Copy link
Collaborator

dshafer commented Sep 9, 2021

Currently, the only way to choose something other than BehavioralEndpointDefinitionRouter is to inherit from EndpointDefinition and override the hardcoded behavior in __init__. It would be nice if the stock EndpointDefinition accepted an optional alternate router class argument to simplify this process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant