org.springframework.integration.adapter
Interface Target<T>

All Known Implementing Classes:
MethodInvokingTarget

public interface Target<T>

Interface for any external target that may receive data from an outgoing channel adapter.

Author:
Mark Fisher

Method Summary
 boolean send(T t)
           
 

Method Detail

send

boolean send(T t)