Interface ListenerMetadata
-
public interface ListenerMetadataMetadata associated to aKafkaListener.- Since:
- 2.8.5
- Author:
- Francois Rosiere
- See Also:
KafkaListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetGroupId()Return the group id.java.lang.StringgetListenerId()Return the listener id.byte[]getListenerInfo()Return the listener info.
-