| ITransportAdapterProvider 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
type ITransportAdapterProvider = interface end
The ITransportAdapterProvider type exposes the following members.
Methods
| Name | Description |
---|
| Create |
Create a transport adapter that wraps the underlying transport
|
TopSee Also