Class ReactionKafkaTestBase

java.lang.Object
ch.admin.bit.jeap.messaging.kafka.test.KafkaIntegrationTestBase
ch.admin.bit.jeap.reaction.observer.test.ReactionKafkaTestBase

@SpringBootTest public abstract class ReactionKafkaTestBase extends ch.admin.bit.jeap.messaging.kafka.test.KafkaIntegrationTestBase
  • Field Summary

    Fields inherited from class ch.admin.bit.jeap.messaging.kafka.test.KafkaIntegrationTestBase

    kafkaAdmin, kafkaTemplate, TEST_TIMEOUT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    sendTestEventWithoutRecordingAction(String topic, ch.admin.bit.jeap.messaging.avro.AvroMessage event)
     

    Methods inherited from class ch.admin.bit.jeap.messaging.kafka.test.KafkaIntegrationTestBase

    sendSync, sendSync, sendSyncEnsuringProducerContract

    Methods inherited from class java.lang.Object

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

    • ReactionKafkaTestBase

      public ReactionKafkaTestBase()
  • Method Details

    • sendTestEventWithoutRecordingAction

      protected void sendTestEventWithoutRecordingAction(String topic, ch.admin.bit.jeap.messaging.avro.AvroMessage event)