42 const std::shared_ptr<executors::IExecutor>& executor,
44 std::shared_ptr<logging::Logger> logger);
46#if MSGPACK_RPC_HAS_UNIX_SOCKETS
56[[nodiscard]] MSGPACK_RPC_EXPORT std::shared_ptr<IBackend>
57create_unix_socket_backend(
58 const std::shared_ptr<executors::IExecutor>& executor,
60 std::shared_ptr<logging::Logger> logger);