@Component @EnableConfigurationProperties(value=KafkaGraphsProperties.class) public class GraphAlgorithmHandler<EV> extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent>
| Constructor and Description |
|---|
GraphAlgorithmHandler(KafkaGraphsProperties props,
org.apache.curator.framework.CuratorFramework curator) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> |
configs(org.springframework.web.reactive.function.server.ServerRequest request) |
reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> |
configure(org.springframework.web.reactive.function.server.ServerRequest request) |
reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> |
delete(org.springframework.web.reactive.function.server.ServerRequest request) |
reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> |
filterResult(org.springframework.web.reactive.function.server.ServerRequest request) |
String |
getHostAddress() |
String |
getHostAndPort() |
int |
getPort() |
reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> |
importGraph(org.springframework.web.reactive.function.server.ServerRequest request) |
void |
onApplicationEvent(org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent event) |
reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> |
prepareGraph(org.springframework.web.reactive.function.server.ServerRequest request) |
reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> |
result(org.springframework.web.reactive.function.server.ServerRequest request) |
reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> |
run(org.springframework.web.reactive.function.server.ServerRequest request) |
reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> |
state(org.springframework.web.reactive.function.server.ServerRequest request) |
static Properties |
streamsConfig(String appId,
String bootstrapServers,
org.apache.kafka.common.serialization.Serde<?> keySerde,
org.apache.kafka.common.serialization.Serde<?> valueSerde) |
public GraphAlgorithmHandler(KafkaGraphsProperties props, org.apache.curator.framework.CuratorFramework curator)
public void onApplicationEvent(org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent>public reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> importGraph(org.springframework.web.reactive.function.server.ServerRequest request)
public reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> prepareGraph(org.springframework.web.reactive.function.server.ServerRequest request)
public reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> configure(org.springframework.web.reactive.function.server.ServerRequest request)
public reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> state(org.springframework.web.reactive.function.server.ServerRequest request)
public reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> run(org.springframework.web.reactive.function.server.ServerRequest request)
public reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> configs(org.springframework.web.reactive.function.server.ServerRequest request)
public reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> result(org.springframework.web.reactive.function.server.ServerRequest request)
public reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> filterResult(org.springframework.web.reactive.function.server.ServerRequest request)
public reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> delete(org.springframework.web.reactive.function.server.ServerRequest request)
public static Properties streamsConfig(String appId, String bootstrapServers, org.apache.kafka.common.serialization.Serde<?> keySerde, org.apache.kafka.common.serialization.Serde<?> valueSerde)
public String getHostAndPort()
public String getHostAddress()
public int getPort()
Copyright © 2021. All rights reserved.