aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/intermediatesessionparams.cpp
blob: 14519e92c7913ccfef3b67ca79f2b2fe3d9dc7b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Yahoo. 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