net.sourceforge.hiveevents
Interface PersistentConsumer<T>

All Superinterfaces:
Consumer<T>

public interface PersistentConsumer<T>
extends Consumer<T>

Special marker interface for push consumer that need to indicate to an Event Channel that they should be made "persistent" by the Channel (by keeping a strong reference to them).

Author:
Jean-Francois Poilpret

Method Summary
 
Methods inherited from interface net.sourceforge.hiveevents.Consumer
push