Interface Stage
- All Known Subinterfaces:
VirtualStage
- All Known Implementing Classes:
EncodingStage, StageDocker, StageGroup, StageHost, StageJvm, StagePipeline
public interface Stage
-
Method Summary
Modifier and TypeMethodDescriptionfrom(com.google.common.io.ByteSource input) Use a byte source for input.from(BoundStage input) from(FileWriterTask input) fromNull()
-
Method Details
-
from
Use a byte source for input. Note: If the byte source wraps a live input stream, then it is the caller's responsibility to close it. -
from
-
from
-
fromNull
BoundStage fromNull()
-