public static class SocketAppender.Builder extends SocketAppender.AbstractBuilder<SocketAppender.Builder> implements Builder<SocketAppender>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SocketAppender |
build()
Builds the object after all configuration has been set.
|
getAdvertise, getConnectTimeoutMillis, getHost, getImmediateFail, getPort, getProtocol, getReconnectDelayMillis, getSocketOptions, getSslConfiguration, withAdvertise, withConnectTimeoutMillis, withHost, withImmediateFail, withPort, withProtocol, withReconnectDelayMillis, withSocketOptions, withSslConfigurationgetBufferSize, isBufferedIo, isImmediateFlush, withBufferedIo, withBufferSize, withImmediateFlushgetConfiguration, getLayout, getName, getOrCreateLayout, getOrCreateLayout, isIgnoreExceptions, setConfiguration, withConfiguration, withIgnoreExceptions, withLayout, withNameasBuilder, getFilter, withFilterpublic SocketAppender build()
Builderbuild in interface Builder<SocketAppender>