Class HazelcastHeaders
java.lang.Object
org.springframework.integration.hazelcast.HazelcastHeaders
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
FieldsModifier and TypeFieldDescriptionstatic 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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
EVENT_TYPE
Deprecated, for removal: This API element is subject to removal in a future version.The event type header name.- See Also:
-
MEMBER
Deprecated, for removal: This API element is subject to removal in a future version.The member header name.- See Also:
-
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
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.
-