public class ClusterEventBusBroker extends Object implements EventBroker, reactor.core.Disposable
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
ClusterEventBusBroker.Api |
class |
ClusterEventBusBroker.ApiImpl |
| 构造器和说明 |
|---|
ClusterEventBusBroker(RpcManager rpcManager) |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Flux<EventConnection> |
accept() |
protected ObjectInput |
createInput(io.netty.buffer.ByteBuf buf) |
protected ObjectOutput |
createOutput(io.netty.buffer.ByteBuf buf) |
void |
dispose() |
String |
getId() |
protected void |
handleService(RpcService<ClusterEventBusBroker.Api> service) |
protected void |
handleService(ServiceEvent event,
ClusterEventBusBroker.Api api) |
public ClusterEventBusBroker(RpcManager rpcManager)
protected void handleService(ServiceEvent event, ClusterEventBusBroker.Api api)
protected void handleService(RpcService<ClusterEventBusBroker.Api> service)
public String getId()
getId 在接口中 EventBrokerpublic reactor.core.publisher.Flux<EventConnection> accept()
accept 在接口中 EventBrokerpublic void dispose()
dispose 在接口中 reactor.core.Disposableprotected ObjectOutput createOutput(io.netty.buffer.ByteBuf buf)
protected ObjectInput createInput(io.netty.buffer.ByteBuf buf)
Copyright © 2019–2023. All rights reserved.