Uses of Interface
org.apache.storm.lambda.SerializableSupplier
-
Packages that use SerializableSupplier Package Description org.apache.storm.lambda org.apache.storm.topology -
-
Uses of SerializableSupplier in org.apache.storm.lambda
Constructors in org.apache.storm.lambda with parameters of type SerializableSupplier Constructor Description LambdaSpout(SerializableSupplier<?> supplier)
-
Uses of SerializableSupplier in org.apache.storm.topology
Methods in org.apache.storm.topology with parameters of type SerializableSupplier Modifier and Type Method Description SpoutDeclarer
TopologyBuilder. setSpout(String id, SerializableSupplier<?> supplier)
Define a new spout in this topology.SpoutDeclarer
TopologyBuilder. setSpout(String id, SerializableSupplier<?> supplier, Number parallelismHint)
Define a new spout in this topology with the specified parallelism.
-