JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.qubership.atp.dataset.kafka.handlers
Interface KafkaEventHandler<T>
All Known Implementing Classes:
ProjectEventHandler
public interface
KafkaEventHandler<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handle
(
T
t)
Handle kafka event.
Method Details
handle
void
handle
(
T
t)
Handle kafka event.