Package pw.avvero.emk

Class EmbeddedKafkaContainerConnectionDetailsFactory

java.lang.Object
org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory<EmbeddedKafkaContainer,org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails>
pw.avvero.emk.EmbeddedKafkaContainerConnectionDetailsFactory
All Implemented Interfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactory<org.springframework.boot.testcontainers.service.connection.ContainerConnectionSource<EmbeddedKafkaContainer>,org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails>

public class EmbeddedKafkaContainerConnectionDetailsFactory extends org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory<EmbeddedKafkaContainer,org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails>
See org.springframework.boot.testcontainers.service.connection.kafka.KafkaContainerConnectionDetailsFactory
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory

    org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory.ContainerConnectionDetails<C extends org.testcontainers.containers.Container<?>>
  • Field Summary

    Fields inherited from class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory

    ANY_CONNECTION_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
    getContainerConnectionDetails(org.springframework.boot.testcontainers.service.connection.ContainerConnectionSource<EmbeddedKafkaContainer> source)
     

    Methods inherited from class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory

    getConnectionDetails

    Methods inherited from class java.lang.Object

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

    • EmbeddedKafkaContainerConnectionDetailsFactory

      public EmbeddedKafkaContainerConnectionDetailsFactory()
  • Method Details

    • getContainerConnectionDetails

      protected org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails getContainerConnectionDetails(org.springframework.boot.testcontainers.service.connection.ContainerConnectionSource<EmbeddedKafkaContainer> source)
      Specified by:
      getContainerConnectionDetails in class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory<EmbeddedKafkaContainer,org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails>