- All Known Implementing Classes:
 
- AuthenticationBaseMessageTask, AuthenticationCustomCredentialsMessageTask, AuthenticationMessageTask
 
public interface BlockingMessageTask
Marker interface for tasks that are blocking the running thread by doing remote operation
 and waiting the result.
 Even-tough Query, Listener, and Transactional Tasks are also BlockingMessageTasks
 They are marked with different interfaces, they are not implementing this interface