Based on what you wrote regarding WebSocket annotations not following Java inheritance, I imagine the below wouldn't work either.
public class MyServerEndpointConfig extends ServerEndpointConfig {
@Override
public Class<?> getEndpointClass() {
return MyServiceInterface.class;
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
