io.contek.invoker.commons.websocket.ISubscribingConsumer Maven / Gradle / Ivy
package io.contek.invoker.commons.websocket;
import javax.annotation.concurrent.ThreadSafe;
@ThreadSafe
public interface ISubscribingConsumer extends IStreamConsumer {
void onStateChange(SubscriptionState state);
}