Book Image

Getting Started with Hazelcast, Second Edition

By : Matthew Johns
Book Image

Getting Started with Hazelcast, Second Edition

By: Matthew Johns

Overview of this book

Table of Contents (19 chapters)
Getting Started with Hazelcast Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Cluster-wide listener registration


<listeners>
 <listener>
  com.packtpub.hazelcast.listeners.ClusterMigrationListener 
 </listener>
</listeners>

config.addListenerConfig(new ListenerConfig(
 ClusterMigrationListener.class.getCanonicalName()));