| Package | Description |
|---|---|
| io.spacebunny |
| Modifier and Type | Method and Description |
|---|---|
void |
SpaceBunny.Client.close()
Close connection to SpaceBunny
|
private void |
SpaceBunny.Client.configure()
Download device configuration from SpaceBunny
|
void |
SpaceBunny.Client.connect()
Open RabbitMQ connection with SpaceBunny
|
void |
SpaceBunny.Client.connect(SBProtocol protocol,
SpaceBunny.OnConnectedListener onConnectedListener)
Open RabbitMQ connection with SpaceBunny
|
void |
SpaceBunny.Client.connect(SpaceBunny.OnConnectedListener onConnectedListener)
Open RabbitMQ connection with SpaceBunny
|
void |
SpaceBunny.OnFinishConfigiurationListener.onConfigured(SBDevice device) |
void |
SpaceBunny.OnConnectedListener.onConnected() |
void |
SpaceBunny.OnMessageReceivedListener.onReceived(String message) |
void |
SpaceBunny.Client.publish(String channelName,
String msg,
Map<String,Object> headers,
com.rabbitmq.client.ConfirmListener confirmListener)
Publish msg on channel to SpaceBunny
|
void |
SpaceBunny.Client.receive(SpaceBunny.OnMessageReceivedListener onMessageReceived)
Receive one message from inbox
|
void |
SpaceBunny.Client.subscribe(RabbitConnection.OnSubscriptionMessageReceivedListener onMessageReceived)
Subscribe to input channel
|
void |
SpaceBunny.Client.testConnection()
Test the connection with SpaceBunny
Throws an exception if it is not
|
void |
SpaceBunny.Client.unsubscribe()
Unsubscribe to input channel
|
Copyright © 2016. All rights reserved.