com.atlassian.confluence.cache.hazelcast
Interface AsyncEntryListenerGenerator

All Known Implementing Classes:
DefaultAsyncEntryListenerGenerator

@Internal
public interface AsyncEntryListenerGenerator

Generator of wrappers for EntryListener's that handle processing events on a separate event thread.

Since:
5.6

Method Summary
<K,V> com.hazelcast.core.EntryListener<K,V>
generate(com.hazelcast.core.EntryListener<K,V> delegate)
           
 

Method Detail

generate

@Nonnull
<K,V> com.hazelcast.core.EntryListener<K,V> generate(com.hazelcast.core.EntryListener<K,V> delegate)


Copyright © 2003-2014 Atlassian. All Rights Reserved.