Class MessageExtensions
Inheritance
object
MessageExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EventBus.Kafka
Assembly: Volo.Abp.EventBus.Kafka.dll
Syntax
public static class MessageExtensions
Methods
GetMessageId<TKey, TValue>(Message<TKey, TValue>)
Declaration
public static string GetMessageId<TKey, TValue>(this Message<TKey, TValue> message)
Parameters
| Type | Name | Description |
|---|---|---|
| Confluent.Kafka.Message<,><TKey, TValue> | message |
Returns
| Type | Description |
|---|---|
| string |
Type Parameters
| Name | Description |
|---|---|
| TKey | |
| TValue |