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

com.taobao.arthas.grpcweb.grpc.view.GrpcResultView Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package com.taobao.arthas.grpcweb.grpc.view;

import com.taobao.arthas.core.command.model.ResultModel;
import com.taobao.arthas.grpcweb.grpc.observer.ArthasStreamObserver;

/**
 * Command result view for grpc client.
 * Note: Result view is a reusable and stateless instance
 *
 * @author xuyang 2023/8/15
 */
public abstract class GrpcResultView {

    /**
     * formatted printing data to grpc client
     *
     * @param arthasStreamObserver
     */
    public abstract void draw(ArthasStreamObserver arthasStreamObserver, T result);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy