Package com.hazelcast.spi.discovery.integration
package com.hazelcast.spi.discovery.integration
This package contains the public part of the integrators SPI and is meant for
 people that integrate Hazelcast into their own systems or frameworks and cannot
 use the default discovery service implementation (for example using a different
 
DiscoveryStrategy lookup strategy like OSGi).- Since:
- 3.6
- 
ClassDescriptionTheDiscoveryModedescribes how theDiscoveryStrategyis going to behave on discovery requests.TheDiscoveryServiceinterface defines the basic entry point into the Discovery SPI implementation.TheDiscoveryServiceProviderinterface provides the possibility to buildDiscoveryServices.TheDiscoveryServiceSettingsclass is used to pass the necessary configuration to create aDiscoveryServiceto theDiscoveryServiceProvider.