public class AsyncHandler<T extends AsyncHandler<T>> extends Object
Constructor and Description |
---|
AsyncHandler(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
enabled()
If set to true the handler is enabled and functioning as normal, if set
to false the handler is ignored when processing log messages.
|
T |
enabled(Boolean value)
If set to true the handler is enabled and functioning as normal, if set
to false the handler is ignored when processing log messages.
|
Map |
filter()
Deprecated.
Use filter-spec.
|
T |
filter(Map value)
Deprecated.
Use filter-spec.
|
T |
filter(String key,
Object value)
Deprecated.
Use filter-spec.
|
String |
filterSpec()
A filter expression value to define a filter.
|
T |
filterSpec(String value)
A filter expression value to define a filter.
|
String |
getKey() |
Level |
level()
The log level specifying which message levels will be logged by this
handler.
|
T |
level(Level value)
The log level specifying which message levels will be logged by this
handler.
|
String |
name()
Deprecated.
The name attribute should not be used as the handler's
address contains the name.
|
T |
name(String value)
Deprecated.
The name attribute should not be used as the handler's
address contains the name.
|
OverflowAction |
overflowAction()
Specify what action to take when the overflowing.
|
T |
overflowAction(OverflowAction value)
Specify what action to take when the overflowing.
|
Integer |
queueLength()
The queue length to use before flushing writing
|
T |
queueLength(Integer value)
The queue length to use before flushing writing
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
T |
subhandler(String value)
The Handlers associated with this async handler.
|
List<String> |
subhandlers()
The Handlers associated with this async handler.
|
T |
subhandlers(List<String> value)
The Handlers associated with this async handler.
|
T |
subhandlers(String... args)
The Handlers associated with this async handler.
|
public AsyncHandler(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean enabled()
public T enabled(Boolean value)
@Deprecated public Map filter()
@Deprecated public T filter(Map value)
@Deprecated public T filter(String key, Object value)
public String filterSpec()
public T filterSpec(String value)
public Level level()
public T level(Level value)
@Deprecated public String name()
@Deprecated public T name(String value)
public OverflowAction overflowAction()
public T overflowAction(OverflowAction value)
public Integer queueLength()
public T subhandlers(List<String> value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.