Interface ListenerMetadata


public interface ListenerMetadata
Metadata associated to a KafkaListener.
Since:
2.8.5
See Also:
  • 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.