Package io.camunda.zeebe.client.impl
Class ZeebeCallCredentials
- java.lang.Object
-
- io.grpc.CallCredentials
-
- io.camunda.zeebe.client.impl.ZeebeCallCredentials
-
public final class ZeebeCallCredentials extends io.grpc.CallCredentials
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyRequestMetadata(io.grpc.CallCredentials.RequestInfo requestInfo, Executor appExecutor, io.grpc.CallCredentials.MetadataApplier applier)
void
thisUsesUnstableApi()
-
-
-
Method Detail
-
applyRequestMetadata
public void applyRequestMetadata(io.grpc.CallCredentials.RequestInfo requestInfo, Executor appExecutor, io.grpc.CallCredentials.MetadataApplier applier)
- Specified by:
applyRequestMetadata
in classio.grpc.CallCredentials
-
thisUsesUnstableApi
public void thisUsesUnstableApi()
- Specified by:
thisUsesUnstableApi
in classio.grpc.CallCredentials
-
-