Interface Messages_

All Superinterfaces:
com.sap.cds.ql.cqn.CqnSource, com.sap.cds.ql.cqn.CqnToken, com.sap.cds.JSONizable, com.sap.cds.ql.Selectable, com.sap.cds.ql.Source<Messages_>, com.sap.cds.ql.StructuredType<Messages_>

@CdsName("cds.outbox.Messages") public interface Messages_ extends com.sap.cds.ql.StructuredType<Messages_>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.sap.cds.ql.ElementRef<Integer>
     
    com.sap.cds.ql.ElementRef<String>
    ID()
     
    com.sap.cds.ql.ElementRef<Instant>
     
    com.sap.cds.ql.ElementRef<String>
     
    com.sap.cds.ql.ElementRef<String>
    msg()
     
    com.sap.cds.ql.ElementRef<Integer>
     
    com.sap.cds.ql.ElementRef<String>
     
    com.sap.cds.ql.ElementRef<Instant>
     

    Methods inherited from interface com.sap.cds.ql.cqn.CqnSource

    asJoin, asSelect, isJoin, isRef, isSelect

    Methods inherited from interface com.sap.cds.ql.cqn.CqnToken

    accept, tokens

    Methods inherited from interface com.sap.cds.JSONizable

    toJson

    Methods inherited from interface com.sap.cds.ql.Source

    getType

    Methods inherited from interface com.sap.cds.ql.StructuredType

    _all, allMatch, allMatch, anyMatch, anyMatch, as, asRef, eTag, eTag, exists, exists, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, filter, filter, filterByParams, filterByParams, get, get, inline, inline, inline, inline, inline, inline, inline, inline, inline, inline, inline, inline, inline, matching, to, to
  • Field Details

  • Method Details

    • ID

      com.sap.cds.ql.ElementRef<String> ID()
    • timestamp

      com.sap.cds.ql.ElementRef<Instant> timestamp()
    • target

      com.sap.cds.ql.ElementRef<String> target()
    • msg

      com.sap.cds.ql.ElementRef<String> msg()
    • attempts

      com.sap.cds.ql.ElementRef<Integer> attempts()
    • partition

      com.sap.cds.ql.ElementRef<Integer> partition()
    • lastError

      com.sap.cds.ql.ElementRef<String> lastError()
    • lastAttemptTimestamp

      com.sap.cds.ql.ElementRef<Instant> lastAttemptTimestamp()