Class HazelcastHeaders

java.lang.Object
org.springframework.integration.hazelcast.HazelcastHeaders

@Deprecated(forRemoval=true, since="6.5") public abstract class HazelcastHeaders extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Hazelcast Message Headers.
Since:
6.0
Author:
Eren Avsarogullari, Artem Bilan
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The cache name header name.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The event type header name.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The member header name.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The publishing time header name.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EVENT_TYPE

      public static final String EVENT_TYPE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The event type header name.
      See Also:
    • MEMBER

      public static final String MEMBER
      Deprecated, for removal: This API element is subject to removal in a future version.
      The member header name.
      See Also:
    • CACHE_NAME

      public static final String CACHE_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      The cache name header name.
      See Also:
    • PUBLISHING_TIME

      public static final String PUBLISHING_TIME
      Deprecated, for removal: This API element is subject to removal in a future version.
      The publishing time header name.
      See Also:
  • Constructor Details

    • HazelcastHeaders

      public HazelcastHeaders()
      Deprecated, for removal: This API element is subject to removal in a future version.