io.getstream.core.faye.client.MessageCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stream-java Show documentation
Show all versions of stream-java Show documentation
Stream Feeds Java Client for backend and android integrations
package io.getstream.core.faye.client;
import io.getstream.core.faye.Message;
interface MessageCallback {
void onMessage(Message message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy