Uses of Interface
net.sf.eBus.feed.historic.store.IMessageDecoder
-
Packages that use IMessageDecoder Package Description net.sf.eBus.feed.historic.store This package contains two implementations ofIEMessageStoreinterface:InMemoryMessageStoreandSqlMessageStore. -
-
Uses of IMessageDecoder in net.sf.eBus.feed.historic.store
Methods in net.sf.eBus.feed.historic.store with parameters of type IMessageDecoder Modifier and Type Method Description SqlMessageStore.BuilderSqlMessageStore.Builder. messageDecoder(IMessageDecoder decoder)Sets decoder used to translate a result set (with givenmessage key) into an eBus notification message.
-