Interface IdentifiableContainerComponent

All Known Subinterfaces:
AcknowledgementProcessor<T>, ExecutingAcknowledgementProcessor<T>
All Known Implementing Classes:
AbstractOrderingAcknowledgementProcessor, AbstractPollingMessageSource, AbstractSqsMessageSource, BatchingAcknowledgementProcessor, FifoSqsMessageSource, ImmediateAcknowledgementProcessor, SemaphoreBackPressureHandler, StandardSqsMessageSource

public interface IdentifiableContainerComponent
Representation of a component that can be assigned an id.
Since:
3.0
Author:
Tomaz Fernandes
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the component id.
    void
    Set the component id.
  • Method Details

    • setId

      void setId(String id)
      Set the component id.
      Parameters:
      id - the id.
    • getId

      String getId()
      Get the component id.
      Returns:
      the id.