Package | Description |
---|---|
org.corfudb.infrastructure |
Modifier and Type | Method and Description |
---|---|
<T extends CorfuMsg> |
CorfuMsgHandler.addHandler(CorfuMsgType messageType,
org.corfudb.infrastructure.CorfuMsgHandler.Handler<T> handler)
Add a handler to this message handler.
|
static CorfuMsgHandler |
CorfuMsgHandler.generateHandler(MethodHandles.Lookup caller,
AbstractServer server)
Generate handlers for a particular server.
|
abstract CorfuMsgHandler |
AbstractServer.getHandler()
Get the message handler for this instance.
|
Copyright © 2019 CorfuDB. All rights reserved.