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 voidvalidateCacheEventsByDistributedObject(com.hazelcast.core.DistributedObject distributedObject, Set<String> cacheEventTypeSet) static voidvalidateCacheTypeForEventDrivenMessageProducer(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
 
 -