Package com.rabbitmq.stream
Interface ConsumerUpdateListener.Context
-
- Enclosing interface:
- ConsumerUpdateListener
public static interface ConsumerUpdateListener.Context
Information on the status change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Consumer
consumer()
The consumer instance.boolean
isActive()
Whether the consumer is active or not.String
stream()
The stream (partition in a super stream) involved.
-