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, withSslConfiguration
getBufferSize, isBufferedIo, isImmediateFlush, withBufferedIo, withBufferSize, withImmediateFlush
getConfiguration, getLayout, getName, getOrCreateLayout, getOrCreateLayout, isIgnoreExceptions, setConfiguration, withConfiguration, withIgnoreExceptions, withLayout, withName
asBuilder, getFilter, withFilter
public SocketAppender build()
Builder
build
in interface Builder<SocketAppender>