Interface HasEntity
- All Known Implementing Classes:
DefaultEntityHelper.DeserializingMessageWithEntity
,DefaultEntityHelper.MessageWithEntity
public interface HasEntity
Represents an object, typically a message used for invocation, that has an associated
Entity
.-
Method Summary
-
Method Details
-
getEntity
Entity<?> getEntity()Retrieves the associated Entity of the object.- Returns:
- the associated Entity.
-