java.lang.Object
org.qubership.integration.platform.runtime.catalog.service.deployment.properties.builders.CommonPropertiesBuilder
All Implemented Interfaces:
ElementPropertiesBuilder

@Component public class CommonPropertiesBuilder extends Object implements ElementPropertiesBuilder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    applicableTo(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
     
    build(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
     
    getWireTapId(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
     
    boolean
    isAsyncSplitElement(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
     

    Methods inherited from class java.lang.Object

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

    • CommonPropertiesBuilder

      public CommonPropertiesBuilder()
  • Method Details

    • applicableTo

      public boolean applicableTo(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
      Specified by:
      applicableTo in interface ElementPropertiesBuilder
    • build

      public Map<String,String> build(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
      Specified by:
      build in interface ElementPropertiesBuilder
    • getWireTapId

      public String getWireTapId(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
    • isAsyncSplitElement

      public boolean isAsyncSplitElement(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)