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 Details

    • validateEnumType

      public static <E extends Enum<E>> Set<String> validateEnumType(Class<E> enumType, String types)
      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.