Class HazelcastIntegrationDefinitionValidator
java.lang.Object
org.springframework.integration.hazelcast.HazelcastIntegrationDefinitionValidator
@Deprecated(forRemoval=true,
since="6.5")
public final class HazelcastIntegrationDefinitionValidator
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Common Validator for Hazelcast Integration. It validates cache types and events.
- Since:
- 6.0
- Author:
- Eren Avsarogullari, Artem Bilan
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
validateCacheEventsByDistributedObject
(com.hazelcast.core.DistributedObject distributedObject, Set<String> cacheEventTypeSet) Deprecated, for removal: This API element is subject to removal in a future version.static void
validateCacheTypeForEventDrivenMessageProducer
(com.hazelcast.core.DistributedObject distributedObject) Deprecated, for removal: This API element is subject to removal in a future version.validateEnumType
(Class<E> enumType, String types) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
validateEnumType
Deprecated, for removal: This API element is subject to removal in a future version. -
validateCacheTypeForEventDrivenMessageProducer
public static void validateCacheTypeForEventDrivenMessageProducer(com.hazelcast.core.DistributedObject distributedObject) Deprecated, for removal: This API element is subject to removal in a future version. -
validateCacheEventsByDistributedObject
public static void validateCacheEventsByDistributedObject(com.hazelcast.core.DistributedObject distributedObject, Set<String> cacheEventTypeSet) Deprecated, for removal: This API element is subject to removal in a future version.
-