aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/intermediatesessionparams.cpp
blob: 63af9ff6f3bd51cd05c5c796a6683e4f348a0f27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "intermediatesessionparams.h"

namespace mbus {

IntermediateSessionParams::IntermediateSessionParams() :
    _name("intermediate"),
    _broadcastName(true),
    _msgHandler(nullptr),
    _replyHandler(nullptr)
{ }

} // namespace mbus