public class RxJava2CompletableEndpointCallHandlerFactory
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.call.handler.async.AsyncEndpointCallHandlerFactory<io.reactivex.Completable,java.lang.Void>
| Modifier and Type | Field and Description |
|---|---|
io.reactivex.Scheduler |
scheduler |
| Constructor and Description |
|---|
RxJava2CompletableEndpointCallHandlerFactory() |
RxJava2CompletableEndpointCallHandlerFactory(io.reactivex.Scheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
com.github.ljtfreitas.restify.http.client.call.handler.async.AsyncEndpointCallHandler<io.reactivex.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 RxJava2CompletableEndpointCallHandlerFactory()
public RxJava2CompletableEndpointCallHandlerFactory(io.reactivex.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<io.reactivex.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<io.reactivex.Completable,java.lang.Void>Copyright © 2019. All Rights Reserved.