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, setIgnoreExceptions, setLayout, setName, withConfiguration, withIgnoreExceptions, withLayout, withName
asBuilder, getFilter, getPropertyArray, setFilter, setPropertyArray, withFilter
public SocketAppender build()
Builder
build
in interface Builder<SocketAppender>