public interface Constants
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ASYNC_METHOD_INFO |
static String |
CALLBACK_SERVICE_KEY
callback inst id
|
static String |
CALLBACK_SERVICE_PROXY_KEY |
static String |
CHANNEL_CALLBACK_KEY
Invokers in channel's callback
|
static String |
DECODE_IN_IO_THREAD_KEY |
static boolean |
DEFAULT_DECODE_IN_IO_THREAD |
static boolean |
DEFAULT_LAZY_REQUEST_WITH_WARNING |
static String |
DEFAULT_SHARE_CONNECTIONS
By default, a consumer JVM instance and a provider JVM instance share a long TCP connection (except when connections are set),
which can set the number of long TCP connections shared to avoid the bottleneck of sharing a single long TCP connection.
|
static String |
IS_CALLBACK_SERVICE |
static String |
LAZY_REQUEST_WITH_WARNING_KEY
when this warning rises from invocation, program probably have a bug.
|
static String |
ON_CONNECT_KEY |
static String |
ON_DISCONNECT_KEY |
static String |
SHARE_CONNECTIONS_KEY |
static final String DEFAULT_SHARE_CONNECTIONS
static final boolean DEFAULT_DECODE_IN_IO_THREAD
static final String CHANNEL_CALLBACK_KEY
static final String LAZY_REQUEST_WITH_WARNING_KEY
static final boolean DEFAULT_LAZY_REQUEST_WITH_WARNING
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.