类的使用
cn.taketoday.core.ReactiveAdapter
使用ReactiveAdapter的程序包
-
cn.taketoday.core中ReactiveAdapter的使用
修饰符和类型类说明private static classReactiveAdapter variant that wraps adapted Publishers asFluxorMonodepending onReactiveTypeDescriptor.isMultiValue().类型参数类型为ReactiveAdapter的cn.taketoday.core中的字段修饰符和类型方法说明private ReactiveAdapterReactiveAdapterRegistry.buildAdapter(ReactiveTypeDescriptor descriptor, Function<Object, org.reactivestreams.Publisher<?>> toAdapter, Function<org.reactivestreams.Publisher<?>, Object> fromAdapter) ReactiveAdapterRegistry.getAdapter(Class<?> reactiveType) Get the adapter for the given reactive type.ReactiveAdapterRegistry.getAdapter(Class<?> reactiveType, Object source) Get the adapter for the given reactive type.