All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.launchdarkly.eventsource.StreamEvent Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
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