JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
org.neo4j.bolt.connection.netty
Package
org.neo4j.bolt.connection.netty.impl.messaging
Interface MessageHandler<T>
All Known Subinterfaces:
PullMessageHandler
public interface
MessageHandler<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onError
(
Throwable
throwable)
void
onSummary
(
T
summary)
Method Details
onError
void
onError
(
Throwable
throwable)
onSummary
void
onSummary
(
T
summary)