Skip to content

traney/backplane2-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backplane Client README

This library integrates server side Backplane clients with the Backplane server protocol [https://github.com/janrain/janrain-backplane-2].

Usage

ClientCredentials creds = new ClientCredentials("https://backplane1.janrainbackplane.com/", "client id", "secret");
BackplaneClient client = new BackplaneClient(creds, true, "bus:foo");

MessageWrapper wrapper = null;
while (true) {
    // connect to Backplane server for 20 seconds at a time
    wrapper = client.getMessages(wrapper, 20);
    ...
}

About

Backplane server side client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages