Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 228 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 228 Bytes

play-serviceclient

Getting REST/WS client for all the PLAY services.

Usage :

PlayClient client = new PlayClient(registry);
TopicAware topicClient = client.getDSBTopicAware();
topicClient.add(topic);