Interface HazelcastInfraService
- All Superinterfaces:
AutoCloseable,org.apache.camel.test.infra.common.services.InfrastructureService
- All Known Implementing Classes:
HazelcastEmbeddedInfraService,HazelcastRemoteInfraService
public interface HazelcastInfraService
extends org.apache.camel.test.infra.common.services.InfrastructureService
Test infra service for Hazelcast
-
Method Summary
Modifier and TypeMethodDescriptioncom.hazelcast.config.ConfigcreateConfiguration(String name, int port, String instanceName, String componentName) Methods inherited from interface org.apache.camel.test.infra.common.services.InfrastructureService
close, initialize, registerProperties, shutdown
-
Method Details
-
createConfiguration
-