Click or drag to resize
Akka.NETITransportAdapterProvider Interface
Interface for producing adapters that can wrap an underlying transport and augment it with additional behavior.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface ITransportAdapterProvider

The ITransportAdapterProvider type exposes the following members.

Methods
  NameDescription
Public methodCreate
Create a transport adapter that wraps the underlying transport
Top
See Also