类 EventBusMessageClientProcessor

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

public class EventBusMessageClientProcessor extends AbstractAsyncUserProcessor<EventBusMessage> implements BrokerClientAware
分布式事件总线 brokerClient
作者:
渔民小镇
日期:
2023-12-24
  • 构造器详细资料

    • EventBusMessageClientProcessor

      public EventBusMessageClientProcessor()
  • 方法详细资料

    • handleRequest

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

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