com.alibaba.dubbo.common.extension.Adaptive Java Examples
The following examples show how to use
com.alibaba.dubbo.common.extension.Adaptive.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: UseProtocolKeyExt.java From dubbo-2.6.5 with Apache License 2.0 | 4 votes |
@Adaptive({"protocol", "key2"}) String yell(URL url, String s);
Example #2
Source File: CompatibleExt.java From dubbox with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #3
Source File: ServletHttpBinder.java From dubbo-2.6.5 with Apache License 2.0 | 4 votes |
@Override @Adaptive() public HttpServer bind(URL url, HttpHandler handler) { return new ServletHttpServer(url, handler); }
Example #4
Source File: Validation.java From dubbox-hystrix with Apache License 2.0 | 4 votes |
@Adaptive(Constants.VALIDATION_KEY) Validator getValidator(URL url);
Example #5
Source File: Codec2.java From dubbo-2.6.5 with Apache License 2.0 | 4 votes |
@Adaptive({Constants.CODEC_KEY}) void encode(Channel channel, ChannelBuffer buffer, Object message) throws IOException;
Example #6
Source File: HasAdaptiveExt.java From dubbox with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #7
Source File: AddExt2.java From dubbox-hystrix with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #8
Source File: AddExt3.java From dubbox with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #9
Source File: InitErrorExt.java From dubbox with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #10
Source File: InitErrorExt.java From dubbox-hystrix with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #11
Source File: CacheFactory.java From dubbox-hystrix with Apache License 2.0 | 4 votes |
@Adaptive("cache") Cache getCache(URL url);
Example #12
Source File: AddExt2.java From dubbo-2.6.5 with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #13
Source File: AddExt4.java From dubbo-2.6.5 with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #14
Source File: HasAdaptiveExt.java From dubbo-2.6.5 with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #15
Source File: NoUrlParamExt.java From dubbox-hystrix with Apache License 2.0 | 4 votes |
@Adaptive String bark(String name, List<Object> list);
Example #16
Source File: AddExt1.java From dubbo-2.6.5 with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #17
Source File: NoSpiExt.java From dubbo-2.6.5 with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #18
Source File: Ext2.java From dubbo-2.6.5 with Apache License 2.0 | 4 votes |
@Adaptive String echo(UrlHolder holder, String s);
Example #19
Source File: SimpleExt.java From dubbo-2.6.5 with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #20
Source File: SimpleExt.java From dubbox-hystrix with Apache License 2.0 | 4 votes |
@Adaptive({"key1", "key2"}) String yell(URL url, String s);
Example #21
Source File: Ext6.java From dubbo-2.6.5 with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #22
Source File: HasAdaptiveExt.java From dubbox-hystrix with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #23
Source File: InitErrorExt.java From dubbo-2.6.5 with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #24
Source File: Ext6.java From dubbox-hystrix with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #25
Source File: NoSpiExt.java From dubbox-hystrix with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #26
Source File: ZookeeperTransporter.java From dubbox with Apache License 2.0 | 4 votes |
@Adaptive({Constants.CLIENT_KEY, Constants.TRANSPORTER_KEY}) ZookeeperClient connect(URL url);
Example #27
Source File: SimpleExt.java From dubbox-hystrix with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #28
Source File: Ext6.java From dubbox with Apache License 2.0 | 4 votes |
@Adaptive String echo(URL url, String s);
Example #29
Source File: ZookeeperTransporter.java From dubbox-hystrix with Apache License 2.0 | 4 votes |
@Adaptive({Constants.CLIENT_KEY, Constants.TRANSPORTER_KEY}) ZookeeperClient connect(URL url);
Example #30
Source File: NoUrlParamExt.java From dubbox with Apache License 2.0 | 4 votes |
@Adaptive String bark(String name, List<Object> list);