public final class BlackHole extends java.lang.Object implements CSProcess
Note: this functionality is (more efficiently) provided by
a BlackHoleChannel
.
Input Channels | ||
---|---|---|
in | java.lang.Object | The in Channel can accept data of any Class. |
Constructor and Description |
---|
BlackHole(ChannelInput in)
Construct a new BlackHole process with the input Channel in.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
The main body of this process.
|
public BlackHole(ChannelInput in)
in
- the input channelCopyright © 1996–2023. All rights reserved.