T - public interface Router<T,R>
Router.create()
.route("/device/publish")
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
static <T,R> Router<T,R> |
create() |
reactor.core.publisher.Flux<org.reactivestreams.Publisher<R>> |
execute(String topic,
T data) |
Router<T,R> |
remove(String topic) |
Router<T,R> |
route(String topic,
java.util.function.Function<T,org.reactivestreams.Publisher<R>> handler) |
Copyright © 2019–2022. All rights reserved.