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
By default acceptors are tested using an OR (i.e. if at least one accepts the message). However, sometimes we need to explicitly define the OR if we are inside an AND acceptor.
The text was updated successfully, but these errors were encountered:
Create the OrAcceptor class.
Create the connectors-0.8.xsd with the new schema supporting "or" shortcut.
Implement the "or" shortcut in the AbstractConfiguration.
Change the XML files to the new schema version.
Create test to validate functionality.
Create the OrAcceptor class.
Create the connectors-0.8.xsd with the new schema supporting "or" shortcut.
Implement the "or" shortcut in the AbstractConfiguration.
Change the XML files to the new schema version.
Create test to validate functionality.
By default acceptors are tested using an OR (i.e. if at least one accepts the message). However, sometimes we need to explicitly define the OR if we are inside an AND acceptor.
The text was updated successfully, but these errors were encountered: