aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/common.h
blob: 1c0b4a49f2b51cf7e2403ade1614b15c2fb20f71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include <vespa/vespalib/stllike/string.h>
#include <vespa/vespalib/util/time.h>

namespace mbus {

// Decide the type of string used once
using string = vespalib::string;
using duration = vespalib::duration;
using time_point = vespalib::steady_clock::time_point;

} // namespace mbus