Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.logging | |
org.wildfly.swarm.logging |
Modifier and Type | Method and Description |
---|---|
AsyncHandler |
Logging.LoggingResources.asyncHandler(String key) |
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<T>>
Defines a handler which writes to the sub-handlers in an asynchronous thread.
|
interface |
AsyncHandlerConsumer<T extends AsyncHandler<T>> |
interface |
AsyncHandlerSupplier<T extends AsyncHandler> |
Modifier and Type | Method and Description |
---|---|
AsyncHandler |
LoggingProfile.LoggingProfileResources.asyncHandler(String key) |
AsyncHandler |
AsyncHandlerSupplier.get()
Constructed instance of AsyncHandler resource
|
Modifier and Type | Method and Description |
---|---|
List<AsyncHandler> |
LoggingProfile.LoggingProfileResources.asyncHandlers()
Get the list of AsyncHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.asyncHandler(AsyncHandler value)
Add the AsyncHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.asyncHandlers(List<AsyncHandler> value)
Add all AsyncHandler objects to this subresource
|
Modifier and Type | Method and Description |
---|---|
List<AsyncHandler> |
LoggingFraction.asyncHandlers()
Get the list of AsyncHandlers for this logger
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.