Class SubscriptionChangeApplicationEvent
java.lang.Object
org.apache.kafka.clients.consumer.internals.events.ApplicationEvent
org.apache.kafka.clients.consumer.internals.events.SubscriptionChangeApplicationEvent
Application event indicating that the subscription state has changed, triggered when a user
calls the subscribe API. This will make the consumer join a consumer group if not part of it
yet, or just send the updated subscription to the broker if it's already a member of the group.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent
ApplicationEvent.Type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent
equals, hashCode, toString, toStringBase, type
-
Constructor Details
-
SubscriptionChangeApplicationEvent
public SubscriptionChangeApplicationEvent()
-