aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/interconnect/interconnect_proxy_wrapper.h
blob: e5942351a72cfb09d765cb7b0fa4cd58dc5accfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "interconnect_common.h"

#include <library/cpp/actors/core/actorsystem.h>

namespace NActors {

    TProxyWrapperFactory CreateProxyWrapperFactory(TIntrusivePtr<TInterconnectProxyCommon> common, ui32 poolId,
        class TInterconnectMock *mock = nullptr);

}