Uses of Interface
org.apache.storm.messaging.IConnectionCallback
Packages that use IConnectionCallback
Package
Description
- 
Uses of IConnectionCallback in org.apache.storm.messagingClasses in org.apache.storm.messaging that implement IConnectionCallbackModifier and TypeClassDescriptionclassA 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.localMethods 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.nettyMethods 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.