public class DistributedPoliciesMapEntryListener extends Object implements com.hazelcast.map.listener.EntryAddedListener<String,DistributedApiConfigurationEntry>, com.hazelcast.map.listener.EntryUpdatedListener<String,DistributedApiConfigurationEntry>, com.hazelcast.map.listener.EntryRemovedListener<String,DistributedApiConfigurationEntry>
| Constructor and Description |
|---|
DistributedPoliciesMapEntryListener(ApiService apiService,
ApiTrackingService apiTrackingService,
PolicySetDeploymentService policySetDeploymentService,
ContractSnapshots contractSnapshots,
boolean clusterIsClientMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
entryAdded(com.hazelcast.core.EntryEvent<String,DistributedApiConfigurationEntry> entry) |
void |
entryRemoved(com.hazelcast.core.EntryEvent<String,DistributedApiConfigurationEntry> entry) |
void |
entryUpdated(com.hazelcast.core.EntryEvent<String,DistributedApiConfigurationEntry> entry) |
public DistributedPoliciesMapEntryListener(ApiService apiService, ApiTrackingService apiTrackingService, PolicySetDeploymentService policySetDeploymentService, ContractSnapshots contractSnapshots, boolean clusterIsClientMode)
public void entryAdded(com.hazelcast.core.EntryEvent<String,DistributedApiConfigurationEntry> entry)
entryAdded in interface com.hazelcast.map.listener.EntryAddedListener<String,DistributedApiConfigurationEntry>public void entryUpdated(com.hazelcast.core.EntryEvent<String,DistributedApiConfigurationEntry> entry)
entryUpdated in interface com.hazelcast.map.listener.EntryUpdatedListener<String,DistributedApiConfigurationEntry>public void entryRemoved(com.hazelcast.core.EntryEvent<String,DistributedApiConfigurationEntry> entry)
entryRemoved in interface com.hazelcast.map.listener.EntryRemovedListener<String,DistributedApiConfigurationEntry>Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.