You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: separate trait for outbound and inbound messages (#261)
* Introduce new traits for outbound and inbound message to eventually deprecate the FixMessage trait
* Replace FixMessage with OutboundMessage in outbound messages channel
* Constrain inbound messages to InboundMessage rather than FixMessage in the application
* Remove references to FixMessage trait in admin messages
* Replace references to FixMessage in tests
* Replace references to FixMessage in session controller
* Replace references to FixMessage in web wrapper
* Replace uses of FixMessage in example apps
* Completely deprecate and remove FixMessage trait
* Split inbound and outbound messages in load testing app
* Split up message types into outbound and inbound messages in simple new order example
0 commit comments