Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 6fbdde0

Browse files
committed
Expose broadcast socket
1 parent 6093acf commit 6fbdde0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=io.netifi.proteus
2-
version=0.9.2
2+
version=0.9.1

proteus-client/src/main/java/io/netifi/proteus/Proteus.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ public ProteusSocket group(String group) {
113113
return brokerService.group(group);
114114
}
115115

116+
public ProteusSocket broadcast(String group) {
117+
return brokerService.broadcast(group);
118+
}
119+
116120
public long getAccesskey() {
117121
return accesskey;
118122
}

0 commit comments

Comments
 (0)