org.springframework.integration.core
Interface CommandMessage<T>

All Superinterfaces:
Message<T>

public interface CommandMessage<T>
extends Message<T>

Provides definition of Command Message as defined by EIP (http://www.eaipatterns.com/CommandMessage.html)

Since:
2.0
Author:
Oleg Zhurakousky

Method Summary
 void execute()
           
 
Methods inherited from interface org.springframework.integration.core.Message
getHeaders, getPayload
 

Method Detail

execute

void execute()