public class RxJavaCompletableEndpointCallHandlerFactory
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.call.handler.async.AsyncEndpointCallHandlerFactory<rx.Completable,java.lang.Void>
| Modifier and Type | Field and Description |
|---|---|
rx.Scheduler |
scheduler |
| Constructor and Description |
|---|
RxJavaCompletableEndpointCallHandlerFactory() |
RxJavaCompletableEndpointCallHandlerFactory(rx.Scheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
com.github.ljtfreitas.restify.http.client.call.handler.async.AsyncEndpointCallHandler<rx.Completable,java.lang.Void> |
createAsync(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
boolean |
supports(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod) |
public RxJavaCompletableEndpointCallHandlerFactory()
public RxJavaCompletableEndpointCallHandlerFactory(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.http.client.call.handler.async.AsyncEndpointCallHandler<rx.Completable,java.lang.Void> createAsync(com.github.ljtfreitas.restify.http.contract.metadata.EndpointMethod endpointMethod)
createAsync in interface com.github.ljtfreitas.restify.http.client.call.handler.async.AsyncEndpointCallHandlerFactory<rx.Completable,java.lang.Void>Copyright © 2019. All Rights Reserved.