com.flowthings.client.api.SubscriptionCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flowthings-client-core Show documentation
Show all versions of flowthings-client-core Show documentation
A client library for flowthings.io realtime event processing
package com.flowthings.client.api;
/**
* Receive push notifications of new Objects as they arrive
*
* @author matt
* @param
* the message type
*/
public interface SubscriptionCallback {
void onMessage(T t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy