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

intermediate changes

parent df2a30b0
No related branches found
No related tags found
2 merge requests!12Pubsub Azure Implementation.,!10SPI for PubSubRequestExtractor and handshake request handler.
package org.opengroup.osdu.notification.provider.azure.pubsub;
import org.opengroup.osdu.notification.pubsub.IPubsubHandshakeHandler;
import org.springframework.http.ResponseEntity;
public class PubsubHandshakeHandler implements IPubsubHandshakeHandler {
@Override
public ResponseEntity 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