Uses of Enum Class
org.sklsft.commons.log.context.RequestChannels
Packages that use RequestChannels
Package
Description
-
Uses of RequestChannels in org.sklsft.commons.log
Methods in org.sklsft.commons.log that return RequestChannelsMethods in org.sklsft.commons.log with parameters of type RequestChannelsModifier and TypeMethodDescriptionvoidAccessLogger.logInterfaceAnswer(String interfaceName, RequestChannels interfaceChannel, Object receivedBody, Long responseTimeMillis, String responseStatus, String responseLabel) Used to log a response received as a clientvoidAccessLogger.logInterfaceCall(String interfaceName, RequestChannels interfaceChannel, Object sentBody) Used to log a request sent as a clientvoidInterfaceCallLogMessage.setInterfaceChannel(RequestChannels interfaceChannel) -
Uses of RequestChannels in org.sklsft.commons.log.aspects
Constructors in org.sklsft.commons.log.aspects with parameters of type RequestChannelsModifierConstructorDescriptionOneWayPublisherLoggingInterceptorTemplate(RequestChannels interfaceChannel) TwoWaysConsumerLoggingInterceptorTemplate(RequestChannels interfaceChannel) -
Uses of RequestChannels in org.sklsft.commons.log.context
Methods in org.sklsft.commons.log.context that return RequestChannelsModifier and TypeMethodDescriptionRequestContext.getChannel()static RequestChannelsReturns the enum constant of this class with the specified name.static RequestChannels[]RequestChannels.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sklsft.commons.log.context with parameters of type RequestChannelsConstructors in org.sklsft.commons.log.context with parameters of type RequestChannelsModifierConstructorDescriptionRequestContext(String transactionId, String correlationId, RequestChannels channel)