Interface ListenerMetadata


  • public interface ListenerMetadata
    Metadata associated to a KafkaListener.
    Since:
    2.8.5
    Author:
    Francois Rosiere, Gary Russell
    See Also:
    KafkaListener
    • Method Detail

      • getListenerId

        @Nullable
        java.lang.String getListenerId()
        Return the listener id.
        Returns:
        the listener id.
      • getGroupId

        @Nullable
        java.lang.String getGroupId()
        Return the group id.
        Returns:
        the group id.
      • getListenerInfo

        @Nullable
        byte[] getListenerInfo()
        Return the listener info.
        Returns:
        the listener info.