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

net.servicestack.client.sse.ServerEventLeaveCallback Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package net.servicestack.client.sse;

public interface ServerEventLeaveCallback {
    void execute(ServerEventLeave e);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy