Class KafkaInboundEndpoint.RetryContext

java.lang.Object
org.springframework.core.AttributeAccessorSupport
org.springframework.integration.kafka.inbound.KafkaInboundEndpoint.RetryContext
All Implemented Interfaces:
Serializable, org.springframework.core.AttributeAccessor
Enclosing interface:
KafkaInboundEndpoint

public static final class KafkaInboundEndpoint.RetryContext extends org.springframework.core.AttributeAccessorSupport
Since:
6.0
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from class org.springframework.core.AttributeAccessorSupport

    attributeNames, computeAttribute, copyAttributesFrom, equals, getAttribute, hasAttribute, hashCode, removeAttribute, setAttribute

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RetryContext

      public RetryContext()
  • Method Details

    • getRetryCount

      public int getRetryCount()