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

    Modifier and Type
    Method
    Description
    Retrieves the associated Entity of the object.
  • Method Details

    • getEntity

      Entity<?> getEntity()
      Retrieves the associated Entity of the object.
      Returns:
      the associated Entity.