public class RxJava2CompletableEndpointCallExecutableFactory extends java.lang.Object implements EndpointCallExecutableFactory<io.reactivex.Completable,java.lang.Void>
| Modifier and Type | Field and Description |
|---|---|
io.reactivex.Scheduler |
scheduler |
| Constructor and Description |
|---|
RxJava2CompletableEndpointCallExecutableFactory() |
RxJava2CompletableEndpointCallExecutableFactory(io.reactivex.Scheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
EndpointCallExecutable<io.reactivex.Completable,java.lang.Void> |
create(EndpointMethod endpointMethod) |
boolean |
supports(EndpointMethod endpointMethod) |
public RxJava2CompletableEndpointCallExecutableFactory()
public RxJava2CompletableEndpointCallExecutableFactory(io.reactivex.Scheduler scheduler)
public boolean supports(EndpointMethod endpointMethod)
supports in interface EndpointCallExecutableProviderpublic EndpointCallExecutable<io.reactivex.Completable,java.lang.Void> create(EndpointMethod endpointMethod)
create in interface EndpointCallExecutableFactory<io.reactivex.Completable,java.lang.Void>Copyright © 2016. All Rights Reserved.