public class RxJavaObservableEndpointCallHandlerAdapter<T,O>
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.call.handler.async.AsyncEndpointCallHandlerAdapter<rx.Observable<T>,java.util.Collection<T>,O>
| Modifier and Type | Field and Description |
|---|---|
rx.Scheduler |
scheduler |
| Constructor and Description |
|---|
RxJavaObservableEndpointCallHandlerAdapter() |
RxJavaObservableEndpointCallHandlerAdapter(rx.Scheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
com.github.ljtfreitas.restify.http.client.call.handler.async.AsyncEndpointCallHandler<rx.Observable<T>,O> |
adaptAsync(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod,
com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<java.util.Collection<T>,O> handler) |
com.github.ljtfreitas.restify.reflection.JavaType |
returnType(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
boolean |
supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
public RxJavaObservableEndpointCallHandlerAdapter()
public RxJavaObservableEndpointCallHandlerAdapter(rx.Scheduler scheduler)
public boolean supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
supports in interface com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandlerProviderpublic com.github.ljtfreitas.restify.reflection.JavaType returnType(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
public com.github.ljtfreitas.restify.http.client.call.handler.async.AsyncEndpointCallHandler<rx.Observable<T>,O> adaptAsync(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod, com.github.ljtfreitas.restify.http.client.call.handler.EndpointCallHandler<java.util.Collection<T>,O> handler)
Copyright © 2019. All Rights Reserved.