net.servicestack.client.sse.ServerEventLeaveCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client Show documentation
Show all versions of client Show documentation
A client library to call your ServiceStack webservices.
package net.servicestack.client.sse;
public interface ServerEventLeaveCallback {
void execute(ServerEventLeave e);
}