Skip to content

Commit

Permalink
Added a new abstract method for /message_protocol endpoint. (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Vishnu Alapati <[email protected]>
  • Loading branch information
vishnu-alapati and Vishnu Alapati authored Nov 3, 2021
1 parent b073d69 commit c543480
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.1.2
- Added a new abstract method for /message_protocol endpoint.

## 2.1.1
- Uplifted eiffel-remrem-parent version from 2.0.4 to 2.0.5 to resolve security vulnerability issue.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>2.0.5</version>
</parent>
<artifactId>eiffel-remrem-protocol-interface</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
<repositories>
<repository>
<id>jitpack.io</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,22 @@ public interface MsgService {
* @return Json of template file
*/
JsonElement getEventTemplate(String eventType);

/**
* Returns message protocol edition name
*
* @return edition name
*/

String getProtocolEdition();

/**
* Returns service name.
*
* @return service name from the messaging library.
*/


String getServiceName();

/**
Expand Down

0 comments on commit c543480

Please sign in to comment.