com.activequant.transport
Interface IPublisher

All Known Implementing Classes:
InMemoryPublisher

public interface IPublisher


Method Summary
 void send(Map<String,Object> message)
           
 void send(PersistentEntity entity)
           
 

Method Detail

send

void send(Map<String,Object> message)
          throws Exception
Throws:
Exception

send

void send(PersistentEntity entity)
          throws Exception
Throws:
Exception


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.