Uses of Interface
org.apache.storm.lambda.SerializableConsumer
Packages that use SerializableConsumer
- 
Uses of SerializableConsumer in org.apache.storm.lambdaConstructors in org.apache.storm.lambda with parameters of type SerializableConsumer
- 
Uses of SerializableConsumer in org.apache.storm.topologyMethods in org.apache.storm.topology with parameters of type SerializableConsumerModifier and TypeMethodDescriptionTopologyBuilder.setBolt(String id, SerializableConsumer<Tuple> consumer) Define a new bolt in this topology.TopologyBuilder.setBolt(String id, SerializableConsumer<Tuple> consumer, Number parallelismHint) Define a new bolt in this topology.