You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this annotation the generated class for Proxy should be abstract, so that the User'll later implement handlers for methods with @CallHandler annotation.
The text was updated successfully, but these errors were encountered:
We should add a
@CallHandler
annotation for Proxy methods to process incoming calls in the way like this:With this annotation the generated class for Proxy should be abstract, so that the User'll later implement handlers for methods with
@CallHandler
annotation.The text was updated successfully, but these errors were encountered: