public interface PushRegistryConfig extends MeterRegistryConfig
| Modifier and Type | Method and Description |
|---|---|
default int |
batchSize() |
default Duration |
connectTimeout()
Deprecated.
Connect timeout and read timeout have different meanings depending on the HTTP client. Configure
timeout options on your
HttpSender of choice instead. |
default boolean |
enabled() |
default int |
numThreads() |
default Duration |
readTimeout()
Deprecated.
Connect timeout and read timeout have different meanings depending on the HTTP client. Configure
timeout options on your
HttpSender of choice instead. |
default Duration |
step() |
get, prefixdefault Duration step()
default boolean enabled()
true if publishing is enabled. Default is true.default int numThreads()
@Deprecated default Duration connectTimeout()
HttpSender of choice instead.@Deprecated default Duration readTimeout()
HttpSender of choice instead.default int batchSize()
Copyright © 2020 LeanCloud. All rights reserved.