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

Replace existing custom ChannelHandler creation language with OGNL #1

Open
RoganDawes opened this issue Apr 12, 2019 · 0 comments
Open

Comments

@RoganDawes
Copy link
Collaborator

Current mechanism for defining ChannelHandler instances at each node in the graph is rather limited, and ignores many different ways that might be required to actually specify a handler.

Remove it, and use OGNL instead.

OGNL also supports use of a custom ClassResolver, which can be backed by a dynamic ClassLoader which can be used to place user classes on the classpath, rather than having to exit and restart Mallet.

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