Fixe some errors on README
There was a bad reference to the `CloudNative.CloudEvents.Amqp` namespace, and the `Subject` property of type `CloudEvent` was not pointed in the 'Property name' column of the table Signed-off-by: Emilien GUILMINEAU <guilmineau.emilien@gmail.com>
This commit is contained in:
		
							parent
							
								
									44472c1e4d
								
							
						
					
					
						commit
						0e28b0ecde
					
				|  | @ -27,7 +27,7 @@ it as a 0.3 event. | ||||||
| | cloudEventsVersion | specversion | specversion | `CloudEvent.SpecVersion` | `System.String`  | | cloudEventsVersion | specversion | specversion | `CloudEvent.SpecVersion` | `System.String`  | ||||||
| | eventTime | time | time | `CloudEvent.Time` | `System.DateTime`  | | eventTime | time | time | `CloudEvent.Time` | `System.DateTime`  | ||||||
| | source | source | source | `CloudEvent.Source` | `System.Uri`  | | source | source | source | `CloudEvent.Source` | `System.Uri`  | ||||||
| | - | - | subject | `CloudEvent.Source` | `System.String`  | | - | - | subject | `CloudEvent.Subject` | `System.String`  | ||||||
| | schemaUrl | schemaurl | schemaurl | `CloudEvent.SchemaUrl` | `System.Uri` | | schemaUrl | schemaurl | schemaurl | `CloudEvent.SchemaUrl` | `System.Uri` | ||||||
| | contentType | contenttype | datacontenttype | `CloudEvent.ContentType` | `System.Net.Mime.ContentType`  | | contentType | contenttype | datacontenttype | `CloudEvent.ContentType` | `System.Net.Mime.ContentType`  | ||||||
| | - | - | datacontentencoding | `CloudEvent.DataContentEncoding` | `System.String` |  | | - | - | datacontentencoding | `CloudEvent.DataContentEncoding` | `System.String` |  | ||||||
|  | @ -216,8 +216,8 @@ context.Response.StatusCode = (int)HttpStatusCode.OK; | ||||||
| 
 | 
 | ||||||
| The SDK provides extensions for the [AMQPNetLite](https://github.com/Azure/amqpnetlite) package.  | The SDK provides extensions for the [AMQPNetLite](https://github.com/Azure/amqpnetlite) package.  | ||||||
| 
 | 
 | ||||||
| For AMQP support, you must reference the `CloudNative.CloudEvents.Mqtt` assembly and  | For AMQP support, you must reference the `CloudNative.CloudEvents.Amqp` assembly and  | ||||||
| reference the namespace in your code with `using CloudNative.CloudEvents.Mqtt`. | reference the namespace in your code with `using CloudNative.CloudEvents.Amqp`. | ||||||
| 
 | 
 | ||||||
| The `AmqpCloudEventMessage` extends the `AMQPNetLite.Message` class. The constructor | The `AmqpCloudEventMessage` extends the `AMQPNetLite.Message` class. The constructor | ||||||
| allows creating a new AMQP message that holds a CloudEvent in either structured or binary  | allows creating a new AMQP message that holds a CloudEvent in either structured or binary  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue