public interface InterconnectConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
IVO_MSGPRIORITY
the message priority to use when sending a message over the message queue
|
static long |
IVO_RECEIVETIMEOUT
maximum time to wait when receiving a message over the message queue (in milliseconds)
|
static long |
IVO_SENDTIMEOUT
maximum time to wait when sending a message over the message queue (in milliseconds)
|
static String |
MSGPROP_ERROR
name of the boolean message property that indicates whether the message contains a regular result or an error object
|
static String |
PROPERTY_CRYPTO_AESKEY
Constant for the system property that holds the AES key for message encryption
|
static String |
PROPERTY_CRYPTO_SIGNATURE
Constant for the system property that holds the Signature key for message encryption
|
static final long IVO_SENDTIMEOUT
static final long IVO_RECEIVETIMEOUT
static final int IVO_MSGPRIORITY
static final String MSGPROP_ERROR
static final String PROPERTY_CRYPTO_AESKEY
static final String PROPERTY_CRYPTO_SIGNATURE
Copyright © 2016 Taimos GmbH. All rights reserved.