com.activequant.transport.memory
Class InMemoryPublisher

java.lang.Object
  extended by com.activequant.transport.memory.InMemoryPublisher
All Implemented Interfaces:
IPublisher

public class InMemoryPublisher
extends Object
implements IPublisher


Method Summary
 void send(Map<String,Object> message)
           
 void send(PersistentEntity entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

send

public void send(Map<String,Object> message)
          throws Exception
Specified by:
send in interface IPublisher
Throws:
Exception

send

public void send(PersistentEntity entity)
          throws Exception
Specified by:
send in interface IPublisher
Throws:
Exception


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.