Interface RxInvokerProvider<T extends RxInvoker>

Type Parameters:
T - RxInvoker subclass type.

public interface RxInvokerProvider<T extends RxInvoker>
RxInvoker provider.

RxInvokerProvider must be registered in the client runtime using Configurable.register(Class). It provides a way to plug-in support for other reactive implementations, see Invocation.Builder.rx(Class).

Since:
2.1