public abstract class LogicalEndpoint
extends java.lang.Object
BeamFnApi.ProcessBundleRequest
and the transform within the processing graph. This enables the
same Data Service or Data Client to be re-used across multiple bundles.Constructor and Description |
---|
LogicalEndpoint() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getInstructionId() |
abstract java.lang.String |
getPTransformId() |
static LogicalEndpoint |
of(java.lang.String instructionId,
java.lang.String transformId) |
public abstract java.lang.String getInstructionId()
public abstract java.lang.String getPTransformId()
public static LogicalEndpoint of(java.lang.String instructionId, java.lang.String transformId)