Class HazelcastIntegrationDefinitionValidator
java.lang.Object
org.springframework.integration.hazelcast.HazelcastIntegrationDefinitionValidator
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) static void
validateCacheTypeForEventDrivenMessageProducer
(com.hazelcast.core.DistributedObject distributedObject) validateEnumType
(Class<E> enumType, String types)
-
Method Details
-
validateEnumType
-
validateCacheTypeForEventDrivenMessageProducer
public static void validateCacheTypeForEventDrivenMessageProducer(com.hazelcast.core.DistributedObject distributedObject) -
validateCacheEventsByDistributedObject
-