Class AbstractHazelcastMessageProducer

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, SmartInitializingSingleton, ApplicationContextAware, Lifecycle, Phased, SmartLifecycle, ComponentSourceAware, ExpressionCapable, MessageProducer, IntegrationPattern, NamedComponent, IntegrationInboundManagement, IntegrationManagement, ManageableLifecycle, ManageableSmartLifecycle, TrackableComponent
Direct Known Subclasses:
HazelcastContinuousQueryMessageProducer, HazelcastEventDrivenMessageProducer

@Deprecated(forRemoval=true, since="6.5") public abstract class AbstractHazelcastMessageProducer extends MessageProducerSupport
Deprecated, for removal: This API element is subject to removal in a future version.
Hazelcast Base Event-Driven Message Producer.
Since:
6.0
Author:
Eren Avsarogullari, Artem Bilan, Ngoc Nhan
  • Field Details

    • distributedObject

      protected final com.hazelcast.core.DistributedObject distributedObject
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • AbstractHazelcastMessageProducer

      public AbstractHazelcastMessageProducer(com.hazelcast.core.DistributedObject distributedObject)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getCacheEvents

      protected Set<String> getCacheEvents()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCacheEventTypes

      public void setCacheEventTypes(String cacheEventTypes)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCacheListeningPolicy

      protected CacheListeningPolicyType getCacheListeningPolicy()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCacheListeningPolicy

      public void setCacheListeningPolicy(CacheListeningPolicyType cacheListeningPolicy)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getHazelcastRegisteredEventListenerId

      protected UUID getHazelcastRegisteredEventListenerId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setHazelcastRegisteredEventListenerId

      protected void setHazelcastRegisteredEventListenerId(UUID hazelcastRegisteredEventListenerId)
      Deprecated, for removal: This API element is subject to removal in a future version.