aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/common.h
blob: bbf6387f1b47cc30de52eb9d5fc89ae71dfd84c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright Vespa.ai. 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