Microsoft.ServiceFabric.Actors.Remoting.V2 Namespace

Classes

ActorRemotingDataContractSerializationProvider

This is the default implmentation for IServiceRemotingMessageSerializationProviderused by actor remoting. It uses DataContractSerializer for serialization of remoting request and response message bodies.

ActorRemotingDispatchHeaders

Specifies the headers that are sent along with a ServiceRemoting message. This class is used with Service Independent Dispatcher ActorServiceRemotingDispatcher .e.g Short-Circuiting (Where client and service are in same process)

ActorRemotingWrappingDataContractSerializationProvider

This is the implmentation for IServiceRemotingMessageSerializationProviderused by actor service and client during request/response serialization . It uses request Wrapping and data contract for serialization.

Interfaces

IActorRemotingMessageHeaders

Specifies the headers that are sent along with a ServiceRemoting message.