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

io.split.engine.sse.dtos.StatusNotification Maven / Gradle / Ivy

There is a newer version: 4.13.0
Show newest version
package io.split.engine.sse.dtos;

import io.split.engine.sse.PushStatusTracker;

public interface StatusNotification {
    void handlerStatus(PushStatusTracker pushStatusTracker);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy