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 | getTransformId() | 
| static LogicalEndpoint | of(java.lang.String instructionId,
  java.lang.String transformId) | 
public abstract java.lang.String getInstructionId()
public abstract java.lang.String getTransformId()
public static LogicalEndpoint of(java.lang.String instructionId, java.lang.String transformId)