public class RegisterHandler
extends java.lang.Object
Allows for BeamFnApi.RegisterRequests to occur in parallel with subsequent requests
that may lookup registered values by blocking lookups until registration occurs.
| Constructor and Description |
|---|
RegisterHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.vendor.grpc.v1p13p1.com.google.protobuf.Message |
getById(java.lang.String id) |
org.apache.beam.model.fnexecution.v1.BeamFnApi.InstructionResponse.Builder |
register(org.apache.beam.model.fnexecution.v1.BeamFnApi.InstructionRequest request) |