 | 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.129 (1.2.3.129)
Syntaxpublic 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
|
Top
See Also