Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
Metrics.ice
Go to the documentation of this file.
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
9 
10 #pragma once
11 
12 [["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
13 [["cpp:include:IceStorm/Config.h"]]
14 
15 #include <Ice/Metrics.ice>
16 
17 ["objc:prefix:ICEMX"]
18 module IceMX
19 {
20 
26 class TopicMetrics extends Metrics
27 {
33  long published = 0;
34 
40  long forwarded = 0;
41 };
42 
49 {
55  int queued = 0;
56 
62  int outstanding = 0;
63 
69  long delivered = 0;
70 };
71 
72 };
The base class for metrics.
Definition: Metrics.ice:40
Provides information on IceStorm subscribers.
Definition: Metrics.ice:48
The Ice Management eXtension facility.
Definition: Metrics.ice:18
Provides information on IceStorm topics.
Definition: Metrics.ice:26