The MarketFactory SBE implementation contains two interfaces to implement in order to connect to Whisperer.
MFTradingHandler is the interface for trading operations, while MFMarketDataHandler is the interface for processing marketdata messages. As an example of a simpler interface, there is also MFPriceDepthBookHandler. This should be used when one wishes to consume market data snapshot-by-snapshot. Handlers extending this class receive complete PriceDepthBook updates rather than each individual MDEntryDecoder and MarketDataIncrementalRefreshDecoder.