Yes, this was added in v2.3.
You construct a context as normal, then use
HL7Service server = context.newServer(port, useTls, acceptAll);
// e.g. 3456, false, true
The receiver application class can then return true directly from
canProcess() and all messages arrive to processMessage().
Tom
On 13/02/18 11:43, Lorenzo Vitali wrote:
Then, my question is if there is really a method to get all the
incoming messages without specifies the typologies.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Hl7api-devel mailing list
Hl7api-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hl7api-devel