uk.co.real_logic.artio.otf.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artio-codecs Show documentation
Show all versions of artio-codecs Show documentation
High-Performance FIX Gateway
/**
* Strawman API proposal where:
*
* There is a single generic handler interface to be called for any type of artio message.
*
* This handler could be registered against different types of Fix messages.
*
* Pros: simple, generic and flexible
* Cons: not semantic, nearly all call sites megamorphic in practice, potentially slower
*/
package uk.co.real_logic.artio.otf;