Package org.apache.beam.sdk.fn.server
Interface HeaderAccessor
public interface HeaderAccessor
Interface to access headers in the client request.
- 
Method Summary
Modifier and TypeMethodDescriptionThis method should be called from the request method. 
- 
Method Details
- 
getSdkWorkerId
String getSdkWorkerId()This method should be called from the request method. 
 -