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
-
ClassDescriptionThe
DiscoveryMode
describes how theDiscoveryStrategy
is going to behave on discovery requests.TheDiscoveryService
interface defines the basic entry point into the Discovery SPI implementation.TheDiscoveryServiceProvider
interface provides the possibility to buildDiscoveryService
s.TheDiscoveryServiceSettings
class is used to pass the necessary configuration to create aDiscoveryService
to theDiscoveryServiceProvider
.