org.springframework.integration.samples.quote
Class QuoteSubscriber

java.lang.Object
  extended by org.springframework.integration.samples.quote.QuoteSubscriber

public class QuoteSubscriber
extends java.lang.Object

Author:
Mark Fisher

Constructor Summary
QuoteSubscriber()
           
 
Method Summary
 void log(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuoteSubscriber

public QuoteSubscriber()
Method Detail

log

@Subscriber(channel="quotes")
public void log(java.lang.Object o)