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