Uses of Interface
org.apache.storm.messaging.IConnectionCallback
Packages that use IConnectionCallback
Package
Description
-
Uses of IConnectionCallback in org.apache.storm.messaging
Classes in org.apache.storm.messaging that implement IConnectionCallbackModifier and TypeClassDescriptionclass
A class that is called when a TaskMessage arrives.Methods in org.apache.storm.messaging with parameters of type IConnectionCallbackModifier 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
Methods in org.apache.storm.messaging.local with parameters of type IConnectionCallbackModifier and TypeMethodDescriptionContext.bind
(String stormId, int port, IConnectionCallback cb, Supplier<Object> newConnectionResponse) -
Uses of IConnectionCallback in org.apache.storm.messaging.netty
Methods in org.apache.storm.messaging.netty with parameters of type IConnectionCallbackModifier and TypeMethodDescriptionContext.bind
(String stormId, int port, IConnectionCallback cb, Supplier<Object> newConnectionResponse) establish a server with a binding port.