Uses of Class
io.factorhouse.kpow.StreamsRegistry.StreamsAgent
-
Packages that use StreamsRegistry.StreamsAgent Package Description io.factorhouse.kpow -
-
Uses of StreamsRegistry.StreamsAgent in io.factorhouse.kpow
Methods in io.factorhouse.kpow that return StreamsRegistry.StreamsAgent Modifier and Type Method Description StreamsRegistry.StreamsAgentStreamsRegistry. register(org.apache.kafka.streams.KafkaStreams streams, org.apache.kafka.streams.Topology topology, KeyStrategy keyStrategy)Registers a Kafka Streams application with the registry for monitoring.Methods in io.factorhouse.kpow with parameters of type StreamsRegistry.StreamsAgent Modifier and Type Method Description voidStreamsRegistry. unregister(StreamsRegistry.StreamsAgent streamsAgent)Unregisters a previously registered Kafka Streams application from the registry.
-