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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the default endpoint for the messaging service (ie.: amqp://host:port, or tcp://host:port, etc)voidvoidvoidshutdown()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
-
MessagingRemoteInfraService
public MessagingRemoteInfraService()
-
-
Method Details
-
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
-
defaultEndpoint
Description copied from interface:MessagingInfraServiceGets the default endpoint for the messaging service (ie.: amqp://host:port, or tcp://host:port, etc)- Specified by:
defaultEndpointin interfaceMessagingInfraService- Returns:
- the endpoint URL as a string in the specific format used by the service
-