类 OHSRequestedSubscriber

java.lang.Object
xyz.raylab.log.infrastructure.event.OHSRequestedSubscriber
所有已实现的接口:
EventListener, org.springframework.context.ApplicationListener<xyz.raylab.ohs.event.OHSRequestedPayload>

@Component("ohsRequestedSubscriberOfLog") public class OHSRequestedSubscriber extends Object implements org.springframework.context.ApplicationListener<xyz.raylab.ohs.event.OHSRequestedPayload>
  • 构造器详细资料

    • OHSRequestedSubscriber

      @Autowired public OHSRequestedSubscriber(xyz.raylab.log.application.OperationLogAppService operationLogAppService)
  • 方法详细资料

    • onApplicationEvent

      public void onApplicationEvent(xyz.raylab.ohs.event.OHSRequestedPayload payload)
      指定者:
      onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<xyz.raylab.ohs.event.OHSRequestedPayload>