public class RedisProtocol extends AbstractProtocol
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT |
| Constructor and Description |
|---|
RedisProtocol() |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
export(Invoker<T> invoker) |
int |
getDefaultPort() |
<T> Invoker<T> |
refer(Class<T> type,
org.apache.dubbo.common.URL url) |
destroypublic static final int DEFAULT_PORT
public int getDefaultPort()
public <T> Exporter<T> export(Invoker<T> invoker) throws RpcException
RpcExceptionpublic <T> Invoker<T> refer(Class<T> type, org.apache.dubbo.common.URL url) throws RpcException
RpcExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.