public static interface NotificationBus.Consumer
Modifier and Type | Method and Description |
---|---|
Serializable |
getCache()
Called on the coordinator to obtains its cache
|
void |
handleNotification(Serializable n) |
void |
memberJoined(Address mbr) |
void |
memberLeft(Address mbr) |
void handleNotification(Serializable n)
Serializable getCache()
void memberJoined(Address mbr)
void memberLeft(Address mbr)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.