Click or drag to resize

IProducerManager Methods

The IProducerManager type exposes the following members.

Methods
 NameDescription
Public methodAddTimestampBeforeDisconnect Sets the timestamp of the last processed message for a specific producer
Public methodDisableProducer Disables the producer (no recovery will be made and not message will be received)
Public methodExists(Int32) Check if the IProducer exists in manager
Public methodExists(String) Check if the IProducer exists in manager
Public methodGet(Int32) Gets the producer if exists, otherwise 'unknown' producer is returned
Public methodGet(String) Gets the producer by name if exists, otherwise 'unknown' producer is returned
Public methodRemoveTimestampBeforeDisconnect Removes the timestamp of the last message processed for a specific producer
Top
See Also