Class RemoteKafkaInfraService
java.lang.Object
org.apache.camel.test.infra.kafka.services.RemoteKafkaInfraService
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.test.infra.common.services.InfrastructureService,KafkaInfraService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the addresses of the bootstrap servers in the format host1:port,host2:port,etcvoidvoidvoidshutdown()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.test.infra.common.services.InfrastructureService
close
-
Constructor Details
-
RemoteKafkaInfraService
public RemoteKafkaInfraService()
-
-
Method Details
-
getBootstrapServers
Description copied from interface:KafkaInfraServiceGets the addresses of the bootstrap servers in the format host1:port,host2:port,etc- Specified by:
getBootstrapServersin interfaceKafkaInfraService- Returns:
-
registerProperties
public void registerProperties()- Specified by:
registerPropertiesin interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-
initialize
public void initialize()- Specified by:
initializein interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-