org.jetlang.channels
Interface Channel<T>

All Superinterfaces:
Publisher<T>, Subscriber<T>
All Known Implementing Classes:
MemoryChannel

public interface Channel<T>
extends Subscriber<T>, Publisher<T>

Combined suscriber and publisher interface.


Method Summary
 
Methods inherited from interface org.jetlang.channels.Subscriber
subscribe, subscribe
 
Methods inherited from interface org.jetlang.channels.Publisher
publish
 



Copyright © 2009. All Rights Reserved.