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 -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetailsgetContainerConnectionDetails(org.springframework.boot.testcontainers.service.connection.ContainerConnectionSource<EmbeddedKafkaContainer> source) Methods inherited from class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
getConnectionDetails
-
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:
getContainerConnectionDetailsin classorg.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory<EmbeddedKafkaContainer,org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails>
-