| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.logging.subsystem.asyncHandler |
| Modifier and Type | Method and Description |
|---|---|
List<AsyncHandler> |
Logging.LoggingResources.asyncHandlers()
Get the list of AsyncHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.asyncHandler(AsyncHandler value)
Add the AsyncHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.asyncHandlers(List<AsyncHandler> value)
Add all AsyncHandler objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncHandler<T extends AsyncHandler>
Defines a handler which writes to the sub-handlers in an asynchronous thread.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.