All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.co.real_logic.artio.otf.package-info Maven / Gradle / Ivy

There is a newer version: 0.160
Show newest version
/**
 * 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy