org.wildfly.extras.creaper.commands.auditlog
Class AddAuditLogSyslogHandler.TcpBuilder
java.lang.Object
org.wildfly.extras.creaper.commands.auditlog.AddAuditLogSyslogHandler.TcpBuilder
- Enclosing class:
- AddAuditLogSyslogHandler
public static final class AddAuditLogSyslogHandler.TcpBuilder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
formatter
protected String formatter
name
protected String name
appName
protected String appName
facility
protected SyslogFacilityType facility
maxFailureCount
protected int maxFailureCount
maxLength
protected int maxLength
syslogFormat
protected SyslogFormatType syslogFormat
truncate
protected Boolean truncate
replaceExisting
protected boolean replaceExisting
host
protected String host
port
protected Integer port
AddAuditLogSyslogHandler.TcpBuilder
public AddAuditLogSyslogHandler.TcpBuilder(String name)
messageTransfer
public AddAuditLogSyslogHandler.TcpBuilder messageTransfer(MessageTransferType messageTransfer)
reconnectTimeout
public AddAuditLogSyslogHandler.TcpBuilder reconnectTimeout(int reconnectTimeout)
- This is only supported for EAP 6.4.x or WildFly 9.0.0 and above.
build
public AddAuditLogSyslogHandler build()
appName
public final THIS appName(String appName)
facility
public final THIS facility(SyslogFacilityType facility)
formatter
public final THIS formatter(String formatter)
maxFailureCount
public final THIS maxFailureCount(int maxFailureCount)
maxLength
public final THIS maxLength(int maxLength)
syslogFormat
public final THIS syslogFormat(SyslogFormatType syslogFormat)
truncate
public final THIS truncate(boolean truncate)
replaceExisting
public final THIS replaceExisting()
host
public final THIS host(String host)
port
public final THIS port(int port)
Copyright © 2020. All rights reserved.