Search Results for

    Show / Hide Table of Contents

    Interface ITransportAdapterProvider

    Interface for producing adapters that can wrap an underlying transport and augment it with additional behavior.

    Namespace: Akka.Remote.Transport
    Assembly: Akka.Remote.dll
    Syntax
    public interface ITransportAdapterProvider

    Methods

    | Edit this page View Source

    Create(Transport, ExtendedActorSystem)

    Create a transport adapter that wraps the underlying transport

    Declaration
    Transport Create(Transport wrappedTransport, ExtendedActorSystem system)
    Parameters
    Type Name Description
    Transport wrappedTransport

    The transport that will be wrapped.

    ExtendedActorSystem system

    The actor system to which this transport belongs.

    Returns
    Type Description
    Transport

    A transport wrapped with the new adapter.

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET