public class MqttPublishFunction extends BaseFunction
| Constructor and Description | 
|---|
MqttPublishFunction(MqttOptions options,
                   MqttTupleMapper mapper,
                   KeyStoreLoader keyStoreLoader,
                   boolean retain)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(TridentTuple tuple,
       TridentCollector collector)
Performs the function logic on an individual tuple and emits 0 or more tuples. 
 | 
void | 
prepare(Map<String,Object> conf,
       TridentOperationContext context)
No-op implementation. 
 | 
cleanuppublic MqttPublishFunction(MqttOptions options, MqttTupleMapper mapper, KeyStoreLoader keyStoreLoader, boolean retain)
public void prepare(Map<String,Object> conf, TridentOperationContext context)
BaseOperationNo-op implementation.
prepare in interface Operationprepare in class BaseOperationconf - the Storm configuration mapcontext - the operation context which provides information such as the number of partitions in the stream, and the current  partition index. It also provides methods for registering operation-specific metrics.TridentOperationContextpublic void execute(TridentTuple tuple, TridentCollector collector)
FunctionPerforms the function logic on an individual tuple and emits 0 or more tuples.
tuple - The incoming tuplecollector - A collector instance that can be used to emit tuplesCopyright © 2022 The Apache Software Foundation. All rights reserved.