p2pfl.communication.protocols.protobuff.grpc.server moduleΒΆ
GRPC server.
- class p2pfl.communication.protocols.protobuff.grpc.server.GrpcServer(gossiper, neighbors, commands=None)[source]ΒΆ
Bases:
ProtobuffServer
Implementation of the server side logic of GRPC communication protocol.
- Parameters:
- is_running(*args: Any, **kwargs: Any) Any ΒΆ
- Return type:
Any
- start(*args: Any, **kwargs: Any) Any ΒΆ
- Return type:
Any
- stop(*args: Any, **kwargs: Any) Any ΒΆ
- Return type:
Any
- wait_for_termination(*args: Any, **kwargs: Any) Any ΒΆ
- Return type:
Any