类 PulseSignalResponseUserProcessor

java.lang.Object
com.alipay.remoting.AbstractLifeCycle
com.alipay.remoting.rpc.protocol.AbstractUserProcessor<PulseSignalResponse>
com.alipay.remoting.rpc.protocol.AsyncUserProcessor<PulseSignalResponse>
com.iohao.game.bolt.broker.core.common.AbstractAsyncUserProcessor<PulseSignalResponse>
com.iohao.game.bolt.broker.core.common.processor.pulse.PulseSignalResponseUserProcessor
所有已实现的接口:
com.alipay.remoting.LifeCycle, com.alipay.remoting.rpc.protocol.UserProcessor<PulseSignalResponse>, PulseProducerAware, UserProcessorExecutorAware, UserProcessorInNettyThreadAware

public class PulseSignalResponseUserProcessor extends AbstractAsyncUserProcessor<PulseSignalResponse> implements PulseProducerAware
脉冲信号响应接收
作者:
渔民小镇
日期:
2023-04-22
  • 构造器详细资料

    • PulseSignalResponseUserProcessor

      public PulseSignalResponseUserProcessor()
  • 方法详细资料

    • setPulseProducers

      public void setPulseProducers(PulseProducers pulseProducers)
      从接口复制的说明: PulseProducerAware
      set PulseProducers
      指定者:
      setPulseProducers 在接口中 PulseProducerAware
      参数:
      pulseProducers - 脉冲生产器
    • handleRequest

      public void handleRequest(com.alipay.remoting.BizContext bizCtx, com.alipay.remoting.AsyncContext asyncCtx, PulseSignalResponse response)
      指定者:
      handleRequest 在接口中 com.alipay.remoting.rpc.protocol.UserProcessor<PulseSignalResponse>
      指定者:
      handleRequest 在类中 com.alipay.remoting.rpc.protocol.AsyncUserProcessor<PulseSignalResponse>
    • interest

      public String interest()
      指定者:
      interest 在接口中 com.alipay.remoting.rpc.protocol.UserProcessor<PulseSignalResponse>
      指定者:
      interest 在类中 com.alipay.remoting.rpc.protocol.AsyncUserProcessor<PulseSignalResponse>