0
votes

I've to write a client/server application where the client has to send to the server some information each hour or each day (the schedule should be sets by user).

I searched for an integration Netty -> Quartz, but I didn't find nothing.

Is there a way to do that?

1

1 Answers

0
votes

Why would there be a need for a specific integration between Quartz and Netty? Just create a Quartz job that, when triggered, calls your specific Netty client.