evt-messaging 0.9.0.0 → 0.9.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/messaging/message/metadata.rb +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 617f222f09f3cea3ebfb2385ae356025d0951199
|
4
|
+
data.tar.gz: 3e2455f8277ab02b62245fb5b959cc53e4970af4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dee3a0bafb0730b817cdd9eb75466e53caf621825d4c35db81ca4de2cc241267bb57541bf567d8e68770aa23797599ca60ba76a3673fafb45bd5c2a3b4f1989
|
7
|
+
data.tar.gz: cd6f0b5913ec1768865a19ade9d902b67bfdeebc773caae70a1b794ea8d188fac6203c65188da7878f8268b3ae3b2b094bc7ebcd3153cd9d9ebe57d8523acea7
|
@@ -7,19 +7,19 @@ module Messaging
|
|
7
7
|
|
8
8
|
attribute :source_event_stream_name, String
|
9
9
|
alias :stream_name :source_event_stream_name
|
10
|
-
attribute :source_event_position,
|
10
|
+
attribute :source_event_position, Integer
|
11
11
|
alias :sequence :source_event_position
|
12
12
|
alias :position :source_event_position
|
13
13
|
alias :position= :source_event_position=
|
14
14
|
|
15
15
|
attribute :causation_event_stream_name, String
|
16
|
-
attribute :causation_event_position,
|
16
|
+
attribute :causation_event_position, Integer
|
17
17
|
|
18
18
|
attribute :correlation_stream_name, String
|
19
19
|
|
20
20
|
attribute :reply_stream_name, String
|
21
21
|
|
22
|
-
attribute :global_position,
|
22
|
+
attribute :global_position, Integer
|
23
23
|
attribute :time, Time
|
24
24
|
|
25
25
|
attribute :schema_version, String
|