syft.core.node.common.service.node_service

Classes

EventualNodeService()

A service for messages which need not be immediately executed but which can be executed at the worker's convenience

EventualNodeServiceWithoutReply()

ImmediateNodeService()

A service for messages which should be immediately executed

ImmediateNodeServiceWithReply()

ImmediateNodeServiceWithoutReply()

NodeService()

SignedNodeServiceWithReply()

SignedNodeServiceWithoutReply()

class syft.core.node.common.service.node_service.ImmediateNodeService[source]

Bases: syft.core.node.common.service.node_service.NodeService

A service for messages which should be immediately executed

class syft.core.node.common.service.node_service.EventualNodeService[source]

Bases: syft.core.node.common.service.node_service.NodeService

A service for messages which need not be immediately executed but which can be executed at the worker’s convenience

class syft.core.node.common.service.node_service.ImmediateNodeServiceWithReply[source]

Bases: syft.core.node.common.service.node_service.ImmediateNodeService

class syft.core.node.common.service.node_service.SignedNodeServiceWithReply[source]

Bases: syft.core.node.common.service.node_service.ImmediateNodeService

class syft.core.node.common.service.node_service.SignedNodeServiceWithoutReply[source]

Bases: syft.core.node.common.service.node_service.ImmediateNodeService