Index

C G J O P S V Z 
All Classes and Interfaces|All Packages

C

customize(HttpClient.Builder) - Method in interface org.springframework.boot.zipkin.autoconfigure.ZipkinHttpClientBuilderCustomizer
Customize the http client builder.

G

getConnectTimeout() - Method in class org.springframework.boot.zipkin.autoconfigure.ZipkinProperties
 
getEncoding() - Method in class org.springframework.boot.zipkin.autoconfigure.ZipkinProperties
 
getEndpoint() - Method in class org.springframework.boot.zipkin.autoconfigure.ZipkinProperties
 
getReadTimeout() - Method in class org.springframework.boot.zipkin.autoconfigure.ZipkinProperties
 
getSpanEndpoint() - Method in interface org.springframework.boot.zipkin.autoconfigure.ZipkinConnectionDetails
The endpoint for the span reporting.

J

JSON - Enum constant in enum class org.springframework.boot.zipkin.autoconfigure.ZipkinProperties.Encoding
JSON.

O

org.springframework.boot.zipkin.autoconfigure - package org.springframework.boot.zipkin.autoconfigure
Auto-configuration for Zipkin.

P

PROTO3 - Enum constant in enum class org.springframework.boot.zipkin.autoconfigure.ZipkinProperties.Encoding
Protocol Buffers v3.

S

setConnectTimeout(Duration) - Method in class org.springframework.boot.zipkin.autoconfigure.ZipkinProperties
 
setEncoding(ZipkinProperties.Encoding) - Method in class org.springframework.boot.zipkin.autoconfigure.ZipkinProperties
 
setEndpoint(String) - Method in class org.springframework.boot.zipkin.autoconfigure.ZipkinProperties
 
setReadTimeout(Duration) - Method in class org.springframework.boot.zipkin.autoconfigure.ZipkinProperties
 

V

valueOf(String) - Static method in enum class org.springframework.boot.zipkin.autoconfigure.ZipkinProperties.Encoding
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.boot.zipkin.autoconfigure.ZipkinProperties.Encoding
Returns an array containing the constants of this enum class, in the order they are declared.

Z

ZipkinAutoConfiguration - Class in org.springframework.boot.zipkin.autoconfigure
Auto-configuration for Zipkin.
ZipkinAutoConfiguration() - Constructor for class org.springframework.boot.zipkin.autoconfigure.ZipkinAutoConfiguration
 
ZipkinConnectionDetails - Interface in org.springframework.boot.zipkin.autoconfigure
Details required to establish a connection to a Zipkin server.
ZipkinHttpClientBuilderCustomizer - Interface in org.springframework.boot.zipkin.autoconfigure
Callback interface that can be implemented by beans wishing to customize the HttpClient.Builder used to send spans to Zipkin.
ZipkinProperties - Class in org.springframework.boot.zipkin.autoconfigure
Configuration properties for ZipkinAutoConfiguration.
ZipkinProperties() - Constructor for class org.springframework.boot.zipkin.autoconfigure.ZipkinProperties
 
ZipkinProperties.Encoding - Enum Class in org.springframework.boot.zipkin.autoconfigure
Zipkin message encoding.
C G J O P S V Z 
All Classes and Interfaces|All Packages