Send feedback
Class Publisher.Builder (1.125.13)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.125.13 keyboard_arrow_down
public static final class Publisher . Builder
Static Methods
getDefaultBatchingSettings()
public static BatchingSettings getDefaultBatchingSettings ()
Returns the default BatchingSettings used by the client if settings are not provided.
Methods
build()
setBatchingSettings(BatchingSettings batchingSettings)
public Publisher . Builder setBatchingSettings ( BatchingSettings batchingSettings )
setChannelProvider(TransportChannelProvider channelProvider)
public Publisher . Builder setChannelProvider ( TransportChannelProvider channelProvider )
ChannelProvider
to use to create Channels, which must point at Cloud Pub/Sub
endpoint.
For performance, this client benefits from having multiple underlying connections. See
com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder#setPoolSize(int) .
setCompressionBytesThreshold(long compressionBytesThreshold)
public Publisher . Builder setCompressionBytesThreshold ( long compressionBytesThreshold )
Sets the threshold (in bytes) above which messages are compressed for transport. Only takes
effect if setEnableCompression(true) is also called."
Parameter Name Description compressionBytesThreshold
long
setCredentialsProvider(CredentialsProvider credentialsProvider)
public Publisher . Builder setCredentialsProvider ( CredentialsProvider credentialsProvider )
CredentialsProvider
to use to create Credentials to authenticate calls.
setEnableCompression(boolean enableCompression)
public Publisher . Builder setEnableCompression ( boolean enableCompression )
Gives the ability to enable transport compression.
Parameter Name Description enableCompression
boolean
setEnableMessageOrdering(boolean enableMessageOrdering)
public Publisher . Builder setEnableMessageOrdering ( boolean enableMessageOrdering )
Sets the message ordering option.
Parameter Name Description enableMessageOrdering
boolean
setEndpoint(String endpoint)
public Publisher . Builder setEndpoint ( String endpoint )
Gives the ability to override the gRPC endpoint.
Parameter Name Description endpoint
String
setExecutorProvider(ExecutorProvider executorProvider)
public Publisher . Builder setExecutorProvider ( ExecutorProvider executorProvider )
Gives the ability to set a custom executor to be used by the library.
public Publisher . Builder setHeaderProvider ( HeaderProvider headerProvider )
Sets the static header provider. The header provider will be called during client
construction only once. The headers returned by the provider will be cached and supplied as
is for each request issued by the constructed client. Some reserved headers can be overridden
(e.g. Content-Type) or merged with the default value (e.g. User-Agent) by the underlying
transport layer.
Parameter Name Description headerProvider
HeaderProvider
the header provider
setRetrySettings(RetrySettings retrySettings)
public Publisher . Builder setRetrySettings ( RetrySettings retrySettings )
Configures the Publisher's retry parameters.
public Publisher . Builder setTransform ( ApiFunction<PubsubMessage , PubsubMessage> messageTransform )
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-10 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-09-10 UTC."}