Skip to content

Commit c543480

Browse files
vishnu-alapatiVishnu Alapati
andauthored
Added a new abstract method for /message_protocol endpoint. (#34)
Co-authored-by: Vishnu Alapati <[email protected]>
1 parent b073d69 commit c543480

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.1.2
2+
- Added a new abstract method for /message_protocol endpoint.
3+
14
## 2.1.1
25
- Uplifted eiffel-remrem-parent version from 2.0.4 to 2.0.5 to resolve security vulnerability issue.
36

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>2.0.5</version>
1010
</parent>
1111
<artifactId>eiffel-remrem-protocol-interface</artifactId>
12-
<version>2.1.1</version>
12+
<version>2.1.2</version>
1313
<repositories>
1414
<repository>
1515
<id>jitpack.io</id>

src/main/java/com/ericsson/eiffel/remrem/protocol/MsgService.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,22 @@ public interface MsgService {
7070
* @return Json of template file
7171
*/
7272
JsonElement getEventTemplate(String eventType);
73+
74+
/**
75+
* Returns message protocol edition name
76+
*
77+
* @return edition name
78+
*/
7379

80+
String getProtocolEdition();
81+
7482
/**
7583
* Returns service name.
7684
*
7785
* @return service name from the messaging library.
7886
*/
7987

88+
8089
String getServiceName();
8190

8291
/**

0 commit comments

Comments
 (0)