Uses of Interface
io.flowcean.learner.grpc.LearnerGrpc.AsyncService
-
Packages that use LearnerGrpc.AsyncService Package Description flowcean.AutomataLearner io.flowcean.learner.grpc -
-
Uses of LearnerGrpc.AsyncService in flowcean.AutomataLearner
Classes in flowcean.AutomataLearner that implement LearnerGrpc.AsyncService Modifier and Type Class Description class
GRPCServerLearner
Instantiation of the GRPC-Learner class defined by the protobuf protocol. -
Uses of LearnerGrpc.AsyncService in io.flowcean.learner.grpc
Classes in io.flowcean.learner.grpc that implement LearnerGrpc.AsyncService Modifier and Type Class Description static class
LearnerGrpc.LearnerImplBase
Base class for the server implementation of the service Learner.Methods in io.flowcean.learner.grpc with parameters of type LearnerGrpc.AsyncService Modifier and Type Method Description static io.grpc.ServerServiceDefinition
LearnerGrpc. bindService(LearnerGrpc.AsyncService service)
-