Get Scheme(http/https..etc) serverName and ServerPort in EventHandler
Hi,
I have added one class that implements EventHandler for ReplicationAction.EVENT_TOPIC , I publish the content from Author and that same time I get call in my event handler class, here I want to know server details like, scheme, server name and server port, can any one guide me how I can achieve this.
Let me explain my requirements, I am publishing the content from Author and when get call in event handler I call GraphiQL(http://localhost:4502/content/graphiql.html.) for data and that data I am indexing in solr. I can get solr server details but not http://localhost:4502/. SO I need this http://localhost:4502/ in event handler class.
Thanks,

