Interface NetSharedChannelInput<T>

All Superinterfaces:
ChannelInput<T>, NetChannelInput<T>, Networked, Poisonable, SharedChannelInput<T>

public interface NetSharedChannelInput<T> extends SharedChannelInput<T>, NetChannelInput<T>
Defines a networked ChannelInput that is safe to be used by multiple concurrent processes. For more information see NetChannelInput and SharedChannelInput. To create an instance, see the relevant factory method.
Author:
Kevin Chalmers (updated from Quickstone Technologies)
See Also: