Uses of Interface
org.apache.storm.messaging.IConnectionCallback
Package
Description
-
Uses of IConnectionCallback in org.apache.storm.messaging
Modifier and TypeClassDescriptionclass
A class that is called when a TaskMessage arrives.Modifier and TypeMethodDescriptionIContext.bind
(String stormId, int port, IConnectionCallback cb, Supplier<Object> newConnectionResponse) This method establishes a server side connection. -
Uses of IConnectionCallback in org.apache.storm.messaging.local
Modifier and TypeMethodDescriptionContext.bind
(String stormId, int port, IConnectionCallback cb, Supplier<Object> newConnectionResponse) -
Uses of IConnectionCallback in org.apache.storm.messaging.netty
Modifier and TypeMethodDescriptionContext.bind
(String stormId, int port, IConnectionCallback cb, Supplier<Object> newConnectionResponse) establish a server with a binding port.