Input - input message typeOutput - output message typepublic class LogEvent<Input,Output> extends AbstractProfileAction<Input,Output>
EventIds.PROCEED_EVENT_ID| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<ProfileRequestContext,EventContext> |
eventContextLookupStrategy
Strategy function for access to
EventContext to check. |
private Logger |
log
Class logger.
|
| Constructor and Description |
|---|
LogEvent()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(ProfileRequestContext<Input,Output> profileRequestContext) |
void |
setEventContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,EventContext> strategy)
Set lookup strategy for
EventContext to check. |
doPostExecute, doPostExecute, doPreExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponsedestroy, doDestroy, doInitialize, initialize, isDestroyed, isInitialized@Nonnull private com.google.common.base.Function<ProfileRequestContext,EventContext> eventContextLookupStrategy
EventContext to check.public void setEventContextLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,EventContext> strategy)
EventContext to check.strategy - lookup strategyprotected void doExecute(@Nonnull ProfileRequestContext<Input,Output> profileRequestContext)
doExecute in class AbstractProfileAction<Input,Output>Copyright © 1999–2015. All rights reserved.