Package | Description |
---|---|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
com.pushtechnology.diffusion.api.topic |
Diffusion Topics API.
|
Modifier and Type | Method and Description |
---|---|
ClientGroup |
Publisher.createClientGroup(String groupName) |
ClientGroup |
Publisher.getClientGroup(String groupName) |
Modifier and Type | Method and Description |
---|---|
ClientGroup |
TopicProvider.createClientGroup(String groupName)
Create a new client group.
|
ClientGroup |
TopicProvider.getClientGroup(String groupName)
Gets a named client group.
|
ClientGroup |
ClientGroup.intersect(ClientGroup group)
Returns a temporary client group which is the intersection between the
two groups.
|
ClientGroup |
ClientGroup.union(ClientGroup group)
Returns a temporary client group which is the union between the two
groups.
|
Modifier and Type | Method and Description |
---|---|
ClientGroup |
ClientGroup.intersect(ClientGroup group)
Returns a temporary client group which is the intersection between the
two groups.
|
ClientGroup |
ClientGroup.union(ClientGroup group)
Returns a temporary client group which is the union between the two
groups.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.