Uses of Interface
org.apache.storm.lambda.SerializableSupplier
Packages that use SerializableSupplier
- 
Uses of SerializableSupplier in org.apache.storm.lambdaConstructors in org.apache.storm.lambda with parameters of type SerializableSupplier
- 
Uses of SerializableSupplier in org.apache.storm.topologyMethods in org.apache.storm.topology with parameters of type SerializableSupplierModifier and TypeMethodDescriptionTopologyBuilder.setSpout(String id, SerializableSupplier<?> supplier) Define a new spout in this topology.TopologyBuilder.setSpout(String id, SerializableSupplier<?> supplier, Number parallelismHint) Define a new spout in this topology with the specified parallelism.