Ice 3.7 Slice API Reference
EndpointTypes.ice
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #pragma once
6 
7 [["cpp:dll-export:ICE_API"]]
8 [["cpp:doxygen:include:Ice/Ice.h"]]
9 [["cpp:header-ext:h"]]
10 
11 [["ice-prefix"]]
12 
13 [["js:module:ice"]]
14 [["js:cjs-module"]]
15 
16 [["objc:dll-export:ICE_API"]]
17 [["objc:header-dir:objc"]]
18 
19 [["python:pkgdir:Ice"]]
20 
21 #ifndef __SLICE2JAVA_COMPAT__
22 [["java:package:com.zeroc"]]
23 #endif
24 
25 ["objc:prefix:ICE"]
26 module Ice
27 {
28 
36 {
45  Ordered
46 }
47 
48 }
Ice::Random
@ Random
Random causes the endpoints to be arranged in a random order.
Definition: EndpointTypes.ice:40
Ice::EndpointSelectionType
EndpointSelectionType
Determines the order in which the Ice run time uses the endpoints in a proxy when establishing a conn...
Definition: EndpointTypes.ice:36
Ice
The Ice core library.
Definition: BuiltinSequences.ice:27
Ice::Ordered
@ Ordered
Ordered forces the Ice run time to use the endpoints in the order they appeared in the proxy.
Definition: EndpointTypes.ice:45