Skip to content
Snippets Groups Projects
Commit 599e1389 authored by Komal Makkar's avatar Komal Makkar
Browse files

temp changes

parent 6503752a
No related branches found
No related tags found
1 merge request!12Pubsub Azure Implementation.
......@@ -4,5 +4,5 @@ import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Component;
public interface IPubsubHandshakeHandler {
ResponseEntity getHandshakeResponse();
String getHandshakeResponse();
}
......@@ -10,7 +10,8 @@ import org.springframework.stereotype.Component;
public class PubsubHandshakeHandler implements IPubsubHandshakeHandler {
@Override
public ResponseEntity getHandshakeResponse() {
public String getHandshakeResponse() {
return null;
}
}
......@@ -10,7 +10,7 @@ import org.springframework.stereotype.Component;
public class PubsubHandshakeHandler implements IPubsubHandshakeHandler {
@Override
public ResponseEntity getHandshakeResponse() {
public String getHandshakeResponse() {
return null;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment