com.launchdarkly.eventsource.StreamEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okhttp-eventsource Show documentation
Show all versions of okhttp-eventsource Show documentation
EventSource Implementation built on OkHttp
package com.launchdarkly.eventsource;
/**
* A marker interface for all types of stream information that can be returned by
* {@link EventSource#readAnyEvent()} and {@link EventSource#messages()}.
*
* @since 4.0.0
*/
public interface StreamEvent {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy