JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.springframework.kafka.listener
ListenerMetadata
Contents
Description
Method Summary
Method Details
getListenerId()
getGroupId()
getListenerInfo()
Hide sidebar
Show sidebar
Interface ListenerMetadata
public interface
ListenerMetadata
Metadata associated to a
KafkaListener
.
Since:
2.8.5
See Also:
KafkaListener
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@Nullable
String
getGroupId
()
Return the group id.
@Nullable
String
getListenerId
()
Return the listener id.
@Nullable byte[]
getListenerInfo
()
Return the listener info.
Method Details
getListenerId
@Nullable
String
getListenerId
()
Return the listener id.
Returns:
the listener id.
getGroupId
@Nullable
String
getGroupId
()
Return the group id.
Returns:
the group id.
getListenerInfo
@Nullable byte[]
getListenerInfo
()
Return the listener info.
Returns:
the listener info.