| Package | Description |
|---|---|
| org.sklsft.commons.log | |
| org.sklsft.commons.log.aspects | |
| org.sklsft.commons.log.context |
| Modifier and Type | Method and Description |
|---|---|
RequestChannels |
InterfaceCallLogMessage.getInterfaceChannel() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessLogger.logInterfaceAnswer(String interfaceName,
RequestChannels interfaceChannel,
Object receivedBody,
Long responseTimeMillis,
String responseStatus,
String responseLabel)
Used to log a response received as a client
|
void |
AccessLogger.logInterfaceCall(String interfaceName,
RequestChannels interfaceChannel,
Object sentBody)
Used to log a request sent as a client
|
void |
InterfaceCallLogMessage.setInterfaceChannel(RequestChannels interfaceChannel) |
| Constructor and Description |
|---|
OneWayPublisherLoggingInterceptorTemplate(RequestChannels interfaceChannel) |
RequestContextAspectTemplate(RequestChannels channel) |
TwoWaysConsumerLoggingInterceptorTemplate(RequestChannels interfaceChannel) |
| Modifier and Type | Method and Description |
|---|---|
RequestChannels |
RequestContext.getChannel() |
static RequestChannels |
RequestChannels.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestChannels[] |
RequestChannels.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestContext.setChannel(RequestChannels channel) |
| Constructor and Description |
|---|
RequestContext(String transactionId,
String correlationId,
RequestChannels channel) |
Copyright © 2021. All rights reserved.