Package com.cloud.serverpak.interfaces
Interface RequestHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The functional interface used in RegistryHandler
to save methods and call them.
-
Method Summary
-
Method Details
-
handle
The method is called according to the context of the passed listener method.- Parameters:
ctx- channel context.msg- the message object.
-