Uses of Interface
org.hansken.extraction.plugin.grpc.RpcDataContextOrBuilder
-
Packages that use RpcDataContextOrBuilder Package Description org.hansken.extraction.plugin.grpc -
-
Uses of RpcDataContextOrBuilder in org.hansken.extraction.plugin.grpc
Classes in org.hansken.extraction.plugin.grpc that implement RpcDataContextOrBuilder Modifier and Type Class Description classRpcDataContextA description of the data context which contains information of the data stream of a Trace that is currently being processed.static classRpcDataContext.BuilderA description of the data context which contains information of the data stream of a Trace that is currently being processed.Methods in org.hansken.extraction.plugin.grpc that return RpcDataContextOrBuilder Modifier and Type Method Description RpcDataContextOrBuilderRpcStart.Builder. getDataContextOrBuilder().org.hansken.extraction.plugin.grpc.RpcDataContext dataContext = 2;RpcDataContextOrBuilderRpcStart. getDataContextOrBuilder().org.hansken.extraction.plugin.grpc.RpcDataContext dataContext = 2;RpcDataContextOrBuilderRpcStartOrBuilder. getDataContextOrBuilder().org.hansken.extraction.plugin.grpc.RpcDataContext dataContext = 2;
-