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

com.taobao.arthas.grpc.server.handler.StreamObserver Maven / Gradle / Ivy

package com.taobao.arthas.grpc.server.handler;

/**
 * @author: FengYe
 * @date: 2024/10/24 00:22
 * @description: StreamObserver
 */
public interface StreamObserver  {

    void onNext(V req);

    void onCompleted();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy