JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.nats.client.api
Interface KvEntryHandler
public interface
KvEntryHandler
Use the KeyValueEntryHandler interface to define the listener for KvEntry. Each Dispatcher can have a single message handler, although the handler can use the incoming message's subject to branch for the actual work.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
handle
(
KvEntry
kve)
Called to deliver an entry to the handler.
Method Detail
handle
void handle(
KvEntry
kve)
Called to deliver an entry to the handler.
Parameters:
kve
- the received Message
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method