Class ResolveApplication

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

public class ResolveApplication extends AbstractAgentAction
An action that maps a message request from an agent to the corresponding Application defined for that agent.
Event:
EventIds.PROCEED_EVENT_ID, EventIds.INVALID_MESSAGE
Postcondition:
AgentRequestContext.getApplication() != null
,
An MDC logging attribute is created with the successfully resolved ID.
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • ResolveApplication

      public ResolveApplication()
  • Method Details