Class KafkaMatchers.ConsumerRecordPartitionMatcher

java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,?>>
org.springframework.kafka.test.hamcrest.KafkaMatchers.ConsumerRecordPartitionMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,?>>, org.hamcrest.SelfDescribing
Enclosing class:
KafkaMatchers

public static class KafkaMatchers.ConsumerRecordPartitionMatcher extends org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,?>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    describeTo(org.hamcrest.Description description)
     
    protected boolean
    matches(Object item, org.hamcrest.Description mismatchDescription)
     

    Methods inherited from class org.hamcrest.DiagnosingMatcher

    describeMismatch, matches

    Methods inherited from class org.hamcrest.BaseMatcher

    _dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ConsumerRecordPartitionMatcher

      public ConsumerRecordPartitionMatcher(int partition)
  • Method Details

    • describeTo

      public void describeTo(org.hamcrest.Description description)
    • matches

      protected boolean matches(Object item, org.hamcrest.Description mismatchDescription)
      Specified by:
      matches in class org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,?>>