| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.logging |
| Modifier and Type | Method and Description |
|---|---|
List<AsyncHandler> |
Logging.LoggingResources.asyncHandlers()
Get the list of org.wildfly.swarm.config.logging.AsyncHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.asyncHandler(AsyncHandler value)
Add the org.wildfly.swarm.config.logging.AsyncHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.asyncHandlers(List<AsyncHandler> value)
Add all org.wildfly.swarm.config.logging.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.
|
interface |
AsyncHandlerConfigurator<T extends AsyncHandler> |
| Modifier and Type | Method and Description |
|---|---|
List<AsyncHandler> |
LoggingProfile.LoggingProfileResources.asyncHandlers()
Get the list of org.wildfly.swarm.config.logging.AsyncHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
LoggingProfile.asyncHandler(AsyncHandler value)
Add the org.wildfly.swarm.config.logging.AsyncHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
LoggingProfile.asyncHandlers(List<AsyncHandler> value)
Add all org.wildfly.swarm.config.logging.AsyncHandler objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.