Interface Responder
- All Superinterfaces:
AutoCloseable
Responder class for request/response interaction.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Request processing context.static interface
Contract to process a request message and return a reply message. -
Method Summary
-
Method Details
-
pause
void pause()Pause the server to stop receiving messages.Outstanding requests will still be processed.
-
unpause
void unpause()Request to receive messages again. -
close
-