Uses of Interface
org.jgroups.blocks.Response
-
Packages that use Response Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of Response in org.jgroups.blocks
Classes in org.jgroups.blocks that implement Response Modifier and Type Class Description protected class
RequestCorrelator.ResponseImpl
Methods in org.jgroups.blocks with parameters of type Response Modifier and Type Method Description void
MessageDispatcher. handle(Message request, Response response)
default void
RequestHandler. handle(Message request, Response response)
Processes a request asynchronously.
-