-
Notifications
You must be signed in to change notification settings - Fork 52
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
Feature: GenericService #64
Comments
To add to this, a version that also accepts a ByteBuf for the source buffer as a generic solution would also be great. |
Noted. In the meantime there's nothing stopping your project from having a CipService implementation like this, right? |
Yep, this is my current implementation (which is somewhat specific to how my project moves data around):
I just figured that something generic would be nice to have for others. |
Hello,
First, thank you for this amazing library.
It would be very helpful to have a GenericService class, where the service code can be provided in the constructor.
Something like this:
Thank you,
Trevor
The text was updated successfully, but these errors were encountered: