Reputation: 113
I have a service externally exposed via HTTPS which I also want to use internal to my cluster via service remoting. I know I can setup the listener in the CreateServiceListeners method, but the problem I have is that I will need to implement the interface from that same StatelessService class which doesn't work as the method is implemented in the Controller. Is this possible and if so, is there an example I can look at?
Upvotes: 0
Views: 42
Reputation: 11470
I would recommend this:
Upvotes: 1