- All Superinterfaces:
- ChannelOutput<T>, NetChannelOutput<T>, Networked, Poisonable, SharedChannelOutput<T>
public interface NetSharedChannelOutput<T>
extends NetChannelOutput<T>, SharedChannelOutput<T>
Defines a networked ChannelOutput that is safe to be used by multiple concurrent processes. For more information see
NetChannelOutput and SharedChannelOutput. To create an instance, see the relevant factory method.
- Author:
- Kevin Chalmers (updated from Quickstone Technologies)
- See Also:
NetChannelOutput
,
SharedChannelOutput
,
NetChannel