Class MessagingRemoteInfraService

java.lang.Object
org.apache.camel.test.infra.messaging.services.MessagingRemoteInfraService
All Implemented Interfaces:
AutoCloseable, org.apache.camel.test.infra.common.services.InfrastructureService, MessagingInfraService

public class MessagingRemoteInfraService extends Object implements MessagingInfraService
  • Constructor Details

    • MessagingRemoteInfraService

      public MessagingRemoteInfraService()
  • Method Details

    • registerProperties

      public void registerProperties()
      Specified by:
      registerProperties in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • initialize

      public void initialize()
      Specified by:
      initialize in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • defaultEndpoint

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