Interface IProducer
public interface IProducer
-
Method Summary
-
Method Details
-
start
void start()Start producer -
send
Send message- Parameters:
key- key for messagevalue- value to send- Returns:
- true if message send is successful
-
shutdown
void shutdown()Shutdown
-