类 PulseSignalResponseBrokerProcessor

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.server.processor.PulseSignalResponseBrokerProcessor
所有已实现的接口:
com.alipay.remoting.LifeCycle, com.alipay.remoting.rpc.protocol.UserProcessor<PulseSignalResponse>, UserProcessorExecutorAware, UserProcessorInNettyThreadAware, BrokerServerAware

public final class PulseSignalResponseBrokerProcessor extends AbstractAsyncUserProcessor<PulseSignalResponse> implements BrokerServerAware
作者:
渔民小镇
日期:
2023-04-22
  • 构造器详细资料

    • PulseSignalResponseBrokerProcessor

      public PulseSignalResponseBrokerProcessor()
  • 方法详细资料

    • setBrokerServer

      public void setBrokerServer(BrokerServer brokerServer)
      从接口复制的说明: BrokerServerAware
      set BrokerServer
      指定者:
      setBrokerServer 在接口中 BrokerServerAware
      参数:
      brokerServer - brokerServer
    • 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>