Interface MessagingInfraService

All Superinterfaces:
AutoCloseable, org.apache.camel.test.infra.common.services.InfrastructureService
All Known Implementing Classes:
MessagingLocalContainerInfraService, MessagingRemoteInfraService

public interface MessagingInfraService extends org.apache.camel.test.infra.common.services.InfrastructureService
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the default endpoint for the messaging service (ie.: amqp://host:port, or tcp://host:port, etc)

    Methods inherited from interface org.apache.camel.test.infra.common.services.InfrastructureService

    close, initialize, registerProperties, shutdown
  • Method Details

    • defaultEndpoint

      String defaultEndpoint()
      Gets the default endpoint for the messaging service (ie.: amqp://host:port, or tcp://host:port, etc)
      Returns:
      the endpoint URL as a string in the specific format used by the service