Uses of Interface
org.jgroups.blocks.NotificationBus.Consumer
-
Packages that use NotificationBus.Consumer Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.demos Provides demonstrations of JGroups functionality. -
-
Uses of NotificationBus.Consumer in org.jgroups.blocks
Methods in org.jgroups.blocks with parameters of type NotificationBus.Consumer Modifier and Type Method Description void
NotificationBus. setConsumer(NotificationBus.Consumer c)
-
Uses of NotificationBus.Consumer in org.jgroups.demos
Classes in org.jgroups.demos that implement NotificationBus.Consumer Modifier and Type Class Description class
NotificationBusDemo
Demoes the NotificationBus (without caching).
-